blob: cf7773b5861209ff7c5a4b8e9b8162e35fdaa3c7 [file] [log] [blame]
#include <zephyr/linker/iterable_sections.h>
ITERABLE_SECTION_RAM(test_ram, Z_LINK_ITERABLE_SUBALIGN)
ITERABLE_SECTION_RAM(test_ram2, Z_LINK_ITERABLE_SUBALIGN)
ITERABLE_SECTION_RAM(test_ram_named, Z_LINK_ITERABLE_SUBALIGN)
ITERABLE_SECTION_RAM_NUMERIC(test_ram_numeric, Z_LINK_ITERABLE_SUBALIGN)
ITERABLE_SECTION_RAM(ramn_alt, Z_LINK_ITERABLE_SUBALIGN)