:orphan: .. title:: CANOPEN_TX_WORKQUEUE_STACK_SIZE .. option:: CONFIG_CANOPEN_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. Direct dependencies =================== \ :option:`CANOPEN ` *(Includes any dependencies from ifs and menus.)* Default ======= - 320 Kconfig definition ================== .. highlight:: kconfig At ``subsys/canbus/canopen/Kconfig:38`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:11`` → ``subsys/canbus/Kconfig:8`` Menu path: (Top) → Sub Systems and OS Services → Controller Area Network (CAN) bus subsystem → CANopen protocol support .. parsed-literal:: config CANOPEN_TX_WORKQUEUE_STACK_SIZE int "Stack size for the CANopen transmit workqueue" default 320 depends on \ :option:`CANOPEN ` help Size of the stack used for the internal CANopen transmit workqueue. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*