summaryrefslogtreecommitdiff
path: root/fw/sections-rom.ld
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2025-03-21 22:23:47 +0100
committerxengineering <me@xengineering.eu>2025-03-21 22:23:47 +0100
commit2430e8557685a8af292ae82ca11ec59acb365390 (patch)
treeb830cef277b4a88338342d009ead9f0519885e18 /fw/sections-rom.ld
parentb912c63ca9724a31f57226a44e87954e4fbd46c4 (diff)
downloadiot-contact-2430e8557685a8af292ae82ca11ec59acb365390.tar
iot-contact-2430e8557685a8af292ae82ca11ec59acb365390.tar.zst
iot-contact-2430e8557685a8af292ae82ca11ec59acb365390.zip
fw: http: Add HTML resource /
This provides the index HTML page.
Diffstat (limited to 'fw/sections-rom.ld')
-rw-r--r--fw/sections-rom.ld3
1 files changed, 3 insertions, 0 deletions
diff --git a/fw/sections-rom.ld b/fw/sections-rom.ld
new file mode 100644
index 0000000..c2f7bc4
--- /dev/null
+++ b/fw/sections-rom.ld
@@ -0,0 +1,3 @@
+#include <zephyr/linker/iterable_sections.h>
+
+ITERABLE_SECTION_ROM(http_resource_desc_http_service, Z_LINK_ITERABLE_SUBALIGN)