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 <Zephyr>/modules/canopennode/Kconfig:34

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:31<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:44

Menu path: (Top) → Modules → CANopenNode (/home/runner/work/sdk-nrf/sdk-nrf/ncs/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 <Zephyr>/modules/canopennode/Kconfig:34

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:31<Zephyr>/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.)