zephyr/include/arch
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
..
arc everywhere: fix typos 2022-03-18 13:24:08 -04:00
arm/aarch32 linker: Create sections from zephyr,memory-region nodes 2022-03-19 14:32:17 -04:00
arm64 arm64: improved arch_switch() implementation 2022-03-15 22:24:22 -04:00
common
mips arch: add MIPS architecture support 2022-01-19 13:48:21 -05:00
nios2
posix
riscv everywhere: fix typos 2022-03-14 20:22:24 -04:00
sparc
x86 everywhere: fix typos 2022-03-18 13:24:08 -04:00
xtensa everywhere: fix typos 2022-03-18 13:24:08 -04:00
arch_inlines.h arm: add dummy implementation of arch_curr_cpu 2022-03-11 10:59:48 +01:00
cpu.h arch: add MIPS architecture support 2022-01-19 13:48:21 -05:00
structs.h
syscall.h