mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-05 08:25:20 +00:00
The STM32 has special Core Coupled Memory, ccm for short, that can only be accessed through the CPU and can not be use for DMA. The following 3 sections have been added. - ccm_bss for zero initialized data - ccm_data for initialized data - ccm_noinit for uninitialized data Signed-off-by: Erwin Rol <erwin@erwinrol.com> |
||
---|---|---|
.. | ||
common-ram.ld | ||
common-rom.ld | ||
intlist.ld | ||
kobject-rom.ld | ||
kobject-text.ld | ||
kobject.ld | ||
linker-defs.h | ||
linker-tool-gcc.h | ||
linker-tool.h | ||
priv_stacks-rom.ld | ||
priv_stacks-text.ld | ||
priv_stacks.ld | ||
section_tags.h | ||
sections.h |