:orphan: .. title:: CONFIG_CANOPENNODE_TX_WORKQUEUE_STACK_SIZE .. kconfig:: CONFIG_CANOPENNODE_TX_WORKQUEUE_STACK_SIZE CONFIG_CANOPENNODE_TX_WORKQUEUE_STACK_SIZE ########################################## *Stack size for the CANopen transmit workqueue* *Stack size for the CANopen transmit workqueue* Type: ``int`` Help ==== .. code-block:: none Size of the stack used for the internal CANopen transmit workqueue. Help ==== .. code-block:: none Size of the stack used for the internal CANopen transmit workqueue. Direct dependencies =================== \ :kconfig:`CANOPENNODE ` || (\ :kconfig:`CANOPENNODE ` && 0) *(Includes any dependencies from ifs and menus.)* Defaults ======== - 320 - 320 Kconfig definitions =================== At ``/canopennode/Kconfig:34`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:6`` → ``/kconfig/Kconfig.modules:8`` Menu path: (Top) → Modules → CANopenNode (/home/runner/work/bridle/bridle/workspace/modules/lib/canopennode) → CANopenNode support .. code-block:: kconfig config CANOPENNODE_TX_WORKQUEUE_STACK_SIZE int "Stack size for the CANopen transmit workqueue" default 320 depends on CANOPENNODE help Size of the stack used for the internal CANopen transmit workqueue. ---- At ``/canopennode/Kconfig:34`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:74`` Menu path: (Top) → Modules → CANopenNode support .. code-block:: kconfig 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.)*