Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
83466c2ac1d51c89ff00f8267152f429dcf16e6c
/
.
/
tests
/
misc
/
iterable_sections
/
sections-rom.ld
blob: 525c480c7bf76d2ad105dffc4b6a61eb58c6eff2 [
file
] [
log
] [
blame
]
#include
<zephyr/linker/iterable_sections.h>
ITERABLE_SECTION_ROM
(
test_rom
,
4
)
ITERABLE_SECTION_ROM
(
test_rom2
,
4
)
ITERABLE_SECTION_ROM
(
test_rom_named
,
4
)
ITERABLE_SECTION_ROM_NUMERIC
(
test_rom_numeric
,
4
)
ITERABLE_SECTION_ROM
(
romn_alt
,
4
)