zephyr/cmake/linker_script/common
Martin Hoff d5f67d04ee arch: split dynamic interrupt symbol
This commit introduces the SRAM_SW_ISR_TABLE option which is selected by
DYNAMIC_INTERRUPT. It allows splitting the DYNAMIC_INTERRUPT option into
two parts:

 - One for the relocation of the ISR vector table in RAM
 - One for the inclusion of functions needed to install ISRs dynamically

The goal is to later only select the relocation of the ISR vector table in
RAM and not all the associated functions from the dynamic interrupt
mechanism.

Signed-off-by: Martin Hoff <martin.hoff@silabs.com>
2025-07-30 17:37:43 -04:00
..
common-noinit.cmake
common-ram.cmake
common-rom.cmake
debug-sections.cmake
kobject-data.cmake
kobject-priv-stacks.cmake
kobject-rom.cmake
kobject-text.cmake
ram-end.cmake
thread-local-storage.cmake