-
CONFIG_SPM_SHARE_CONSOLE_UART
¶
Enable sharing console between domains
Type: bool
Help¶
When enabled, UARTE0 can be used for printing from secure domain
after jumping to the non-secure application, e.g. from exception
handler. If enabled, zephyr console must be changed do spm_uart.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At <nRF>/subsys/spm/Kconfig:73
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <Zephyr>/modules/Kconfig:6
→ <BuildDir>/kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:50
→ <nRF>/subsys/Kconfig:26
Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → SPM → Current app is SPM
config SPM_SHARE_CONSOLE_UART
bool "Enable sharing console between domains"
depends on IS_SPM
help
When enabled, UARTE0 can be used for printing from secure domain
after jumping to the non-secure application, e.g. from exception
handler. If enabled, zephyr console must be changed do spm_uart.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)