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

CANOPEN

(Includes any dependencies from ifs and menus.)

Default

  • 320

Kconfig definition

At <Zephyr>/subsys/canbus/canopen/Kconfig:38

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:10<Zephyr>/subsys/canbus/Kconfig:8

Menu path: (Top) → Sub Systems and OS Services → Controller Area Network (CAN) bus subsystem → CANopen protocol support

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.)