CONFIG_MPSL_SIGNAL_STACK_SIZE
Size of the signal handler thread stack
Type: int
Help
Size of the signal handler thread stack, used to process lower
priority signals in MPSL.
Default
1024
Kconfig definition
At <nRF>/subsys/mpsl/init/Kconfig:13
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:33
→ <Zephyr>/modules/Kconfig:6
→ <nRF>/doc/_build/kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:92
→ <nRF>/subsys/Kconfig:38
→ <nRF>/subsys/mpsl/Kconfig:11
Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Nordic MPSL
config MPSL_SIGNAL_STACK_SIZE
int "Size of the signal handler thread stack"
default 1024
help
Size of the signal handler thread stack, used to process lower
priority signals in MPSL.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)