The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_CAN_MCP2515_INT_THREAD_STACK_SIZE

Stack size for interrupt handler

Type: int

Help

Size of the stack used for internal thread which is ran for
interrupt handling and incoming packets.

Direct dependencies

CAN_MCP2515 && CAN

(Includes any dependencies from ifs and menus.)

Default

  • 512

Kconfig definition

At drivers/can/Kconfig.mcp2515:15

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:82drivers/can/Kconfig:92

Menu path: (Top) → Device Drivers → CAN Drivers → MCP2515 CAN Driver

config CAN_MCP2515_INT_THREAD_STACK_SIZE
    int "Stack size for interrupt handler"
    default 512
    depends on CAN_MCP2515 && CAN
    help
      Size of the stack used for internal thread which is ran for
      interrupt handling and incoming packets.

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