CONFIG_CANOPEN_SYNC_THREAD_STACK_SIZE

Stack size for the CANopen SYNC thread

Type: int

Help

Size of the stack used for the internal thread which processes CANopen SYNC RPDOs and TPDOs.

Direct dependencies

CANOPEN_SYNC_THREAD && CANOPEN

(Includes any dependencies from ifs and menus.)

Default

  • 256

Kconfig definition

At subsys/canbus/canopen/Kconfig:90

Included via Kconfig:8Kconfig.zephyr:34subsys/Kconfig:11subsys/canbus/Kconfig:8

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

config CANOPEN_SYNC_THREAD_STACK_SIZE
    int "Stack size for the CANopen SYNC thread"
    default 256
    depends on CANOPEN_SYNC_THREAD && CANOPEN
    help
      Size of the stack used for the internal thread which
      processes CANopen SYNC RPDOs and TPDOs.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)