zephyr/cmake/linker_script/common
Keith Packard bbec614b78 cmake/linker_script: Fix cmake linker scripts to define _end
The generated scripts don't include a definition for any symbol indicating
the end of statically allocated memory (such as "_end"). Add a shared cmake
fragment, ram-end.cmake, which contains the necessary instructions to
define _end and z_mapped_end consistently to align with the other sample
linker scripts.

Signed-off-by: Keith Packard <keithp@keithp.com>
2023-06-28 08:41:02 +00:00
..
common-ram.cmake sensing: initial sensor list and enumerate each sensor 2023-06-17 07:43:25 -04:00
common-rom.cmake device: make device dependencies optional 2023-06-21 09:32:05 +02:00
debug-sections.cmake cmake: linker: converter arm and common ld scripts into CMake code 2021-08-30 08:54:23 -04:00
ram-end.cmake cmake/linker_script: Fix cmake linker scripts to define _end 2023-06-28 08:41:02 +00:00
thread-local-storage.cmake cmake: Add .tdata and .tbss to generated TLS linker sections 2022-04-28 11:09:01 +09:00