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.
Default¶
- 512 
Kconfig definition¶
At <Zephyr Driver>/can/Kconfig.mcp2515:15
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:82 → <Zephyr Driver>/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.)