b2d3fdceff
This PR allows the user to add symbols to the ramfunc section. The use for this could be as follows: zephyr_linker_sources_ifdef(CONFIG_ARCH_HAS_RAMFUNC_SUPPORT RAMFUNC_SECTION quick_access_code.ld ) quick_access_code.ld (as shown below) can define additional symbols to go into the ramfunc section . = ALIGN(4); KEEP(*(CodeQuickAccess)) Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com> |
||
---|---|---|
.. | ||
arch.cmake | ||
boards.cmake | ||
ccache.cmake | ||
configuration_files.cmake | ||
doc.cmake | ||
dts.cmake | ||
extensions.cmake | ||
generic_toolchain.cmake | ||
host-tools.cmake | ||
kconfig.cmake | ||
kernel.cmake | ||
python.cmake | ||
root.cmake | ||
shields.cmake | ||
soc.cmake | ||
target_toolchain.cmake | ||
unittest.cmake | ||
user_cache.cmake | ||
verify-toolchain.cmake | ||
version.cmake | ||
west.cmake | ||
zephyr_default.cmake | ||
zephyr_module.cmake |