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 <Zephyr>/drivers/can/Kconfig.mcp2515:15

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:80<Zephyr>/drivers/can/Kconfig:62

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