CONFIG_CANOPENNODE_TX_WORKQUEUE_STACK_SIZE

Stack size for the CANopen transmit workqueue

Stack size for the CANopen transmit workqueue

Type: int

Help

Size of the stack used for the internal CANopen transmit
workqueue.

Help

Size of the stack used for the internal CANopen transmit
workqueue.

Direct dependencies

CANOPENNODE || (CANOPENNODE && 0)

(Includes any dependencies from ifs and menus.)

Defaults

  • 320

  • 320

Kconfig definitions

At <External Modules>/canopennode/Kconfig:34

Included via Kconfig:8Kconfig.zephyr:33<External Modules>/Kconfig:6<BuildDir>/kconfig/Kconfig.modules:8

Menu path: (Top) → Modules → CANopenNode (/home/runner/work/bridle/bridle/workspace/modules/lib/canopennode) → CANopenNode support

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 <External Modules>/canopennode/Kconfig:34

Included via Kconfig:8Kconfig.zephyr:33<External 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.)