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