zephyr/cmake/linker_script/common
Kumar Gala 61f9d4ba40 linker: Fix handling of _static_thread_data section
_static_thread_data should be in ROM as its static data.  So move
it from common-ram.cmake to common-rom.cmake and fix it the params
we call zephyr_iterable_section with.

Signed-off-by: Kumar Gala <kumar.gala@intel.com>
2023-03-20 13:38:23 +01:00
..
common-ram.cmake linker: Fix handling of _static_thread_data section 2023-03-20 13:38:23 +01:00
common-rom.cmake linker: Fix handling of _static_thread_data section 2023-03-20 13:38:23 +01:00
debug-sections.cmake
thread-local-storage.cmake