mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-07 17:31:57 +00:00
Zephyr applications will always use the VTOR register when it is available on the CPU and the register will always be configured to point to applications vector table during startup. SW_VECTOR_RELAY_CLIENT is meant to be used only on baseline ARM cores. SW_VECTOR_RELAY is intended to be used only by the bootloader. The bootloader may configure the VTOR to point to the relay table right before chain-loading the application. Signed-off-by: Rafał Kuźnia <rafal.kuznia@nordicsemi.no> |
||
---|---|---|
.. | ||
arc | ||
arm | ||
common | ||
nios2 | ||
posix | ||
riscv | ||
x86 | ||
xtensa | ||
CMakeLists.txt | ||
Kconfig |