-
CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE
¶
System workqueue stack size
Type: int
Defaults¶
2048 if
BT_LL_SOFTDEVICE
4096
8192
4096 if
COVERAGE
1024
Kconfig definitions¶
At <nRF>/subsys/bluetooth/controller/Kconfig:42
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:10
→ <nRF>/subsys/bluetooth/Kconfig:21
Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Bluetooth Low Energy → Nordic BLE controller
config SYSTEM_WORKQUEUE_STACK_SIZE
int
default 2048 if BT_LL_SOFTDEVICE
depends on BT_LL_SOFTDEVICE && BT
At <Zephyr>/arch/arm64/core/Kconfig:66
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:29
→ <Zephyr>/arch/Kconfig:12
→ <Zephyr>/arch/arm64/Kconfig:32
Menu path: (Top) → ARM64 Options
config SYSTEM_WORKQUEUE_STACK_SIZE
int
default 4096
depends on ARM64
At <Zephyr>/arch/x86/core/Kconfig.intel64:20
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:29
→ <Zephyr>/arch/Kconfig:12
→ <Zephyr>/arch/x86/Kconfig:484
Menu path: (Top) → X86 Architecture Options
config SYSTEM_WORKQUEUE_STACK_SIZE
int
default 8192
depends on X86_64 && X86
At <Zephyr>/kernel/Kconfig:377
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:30
Menu path: (Top) → General Kernel Options → Work Queue Options
config SYSTEM_WORKQUEUE_STACK_SIZE
int "System workqueue stack size"
default 4096 if COVERAGE
default 1024
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)