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:9<BuildDir>/Kconfig/Kconfig.modules:1<nRF>/Kconfig.nrf:25<nRF>/subsys/Kconfig:34

Menu path: (Top) → Modules → 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.)