CONFIG_OPENTHREAD_RADIO_WORKQUEUE_STACK_SIZE

OpenThread radio transmit workqueue stack size

Type: int

Direct dependencies

NET_L2_OPENTHREAD && NETWORKING

(Includes any dependencies from ifs and menus.)

Defaults

Kconfig definition

At <Zephyr Subsystem>/net/l2/openthread/Kconfig:149

Included via Kconfig:8Kconfig.zephyr:44<Zephyr Subsystem>/Kconfig:39<Zephyr Subsystem>/net/Kconfig:85<Zephyr Subsystem>/net/l2/Kconfig:77

Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Link layer options → OpenThread L2 → Zephyr optimizations

config OPENTHREAD_RADIO_WORKQUEUE_STACK_SIZE
    int "OpenThread radio transmit workqueue stack size"
    default 608 if MPU_STACK_GUARD && FPU_SHARING && CPU_CORTEX_M
    default 512
    depends on NET_L2_OPENTHREAD && NETWORKING

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)