-
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/Kconfig:15
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <Zephyr>/modules/Kconfig:6
→ <BuildDir>/Kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:25
→ <nRF>/subsys/Kconfig:34
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.)