zephyr/include/linker
Carlo Caione bc72fb67b1 linker: Create sections from zephyr,memory-region nodes
Currently when a node has a 'zephyr,memory-region' compatible and a
'zephyr,memory-region' string property, a new memory region is created
in the linker script.

Having a memory region without a section to place variables in could be
not that useful. With this patch we extend the memory-region mechanism
to also create sections.

The user can then place variables in the sections as usual by using for
example the GCC attributes.

Signed-off-by: Carlo Caione <ccaione@baylibre.com>
2022-03-19 14:32:17 -04:00
..
app_smem_aligned.ld
app_smem_pinned_aligned.ld
app_smem_pinned_unaligned.ld
app_smem_pinned.ld
app_smem_unaligned.ld
app_smem.ld
common-noinit.ld
common-ram.ld ztest: Update ztest with more powerful testing APIs 2022-01-11 11:47:30 +01:00
common-rom.ld everywhere: fix typos 2022-03-18 13:24:08 -04:00
cplusplus-ram.ld
cplusplus-rom.ld
debug-sections.ld
devicetree_regions.h linker: Create sections from zephyr,memory-region nodes 2022-03-19 14:32:17 -04:00
devicetree_reserved.h
intlist.ld
kobject-data.ld
kobject-priv-stacks.ld everywhere: fix typos 2022-03-18 13:24:08 -04:00
kobject-rom.ld
kobject-text.ld
linker-defs.h toolchain: drop the old Z_ prefixed iterables macro 2022-02-28 12:19:15 +01:00
linker-tool-gcc.h everywhere: fix typos 2022-03-14 20:22:24 -04:00
linker-tool-mwdt.h
linker-tool.h
rel-sections.ld
section_tags.h
sections.h
thread-local-storage.ld
utils.h linker: add a utility func to check if an addr is in RO section 2022-02-28 10:53:02 +01:00