commit | bbec614b78b3a083fc7a559ae3ac00a5af24973d | [log] [tgz] |
---|---|---|
author | Keith Packard <keithp@keithp.com> | Tue May 09 22:09:57 2023 -0700 |
committer | Fabio Baltieri <fabio.baltieri@gmail.com> | Wed Jun 28 08:41:02 2023 +0000 |
tree | 438dabfc7749e0c1ff222fa72ec4cae7a1003e60 | |
parent | 710422ec5e57e6b88d0821a31cee30fcc194094c [diff] |
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>