CONFIG_CANOPENNODE_TX_WORKQUEUE_STACK_SIZE¶
Stack size for the CANopen transmit workqueue
Type: int
Help¶
Size of the stack used for the internal CANopen transmit
workqueue.
Default¶
320
Kconfig definition¶
At modules/canopennode/Kconfig:34
Included via Kconfig:8
→ Kconfig.zephyr:33
→ modules/Kconfig:74
Menu path: (Top) → Modules → CANopenNode support
config CANOPENNODE_TX_WORKQUEUE_STACK_SIZE
int "Stack size for the CANopen transmit workqueue"
default 320
depends on CANOPENNODE && 0
help
Size of the stack used for the internal CANopen transmit
workqueue.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)