:orphan: .. title:: CAN_MCP2515_INT_THREAD_STACK_SIZE .. option:: 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 =================== \ :option:`CAN_MCP2515 ` && \ :option:`CAN ` *(Includes any dependencies from if's and menus.)* Defaults ======== - 512 if \ :option:`CAN_MCP2515 ` && \ :option:`CAN ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/can/Kconfig.mcp2515:51`` Included via ``Kconfig:10`` → ``Kconfig.zephyr:35`` → ``drivers/Kconfig:82`` → ``drivers/can/Kconfig:39`` Menu path: (top menu) → Device Drivers → CAN Drivers → MCP2515 CAN Driver .. parsed-literal:: config CAN_MCP2515_INT_THREAD_STACK_SIZE int prompt "Stack size for interrupt handler" if \ :option:`CAN_MCP2515 ` && \ :option:`CAN ` default 512 if \ :option:`CAN_MCP2515 ` && \ :option:`CAN ` depends on \ :option:`CAN_MCP2515 ` && \ :option:`CAN ` help Size of the stack used for internal thread which is ran for interrupt handling and incoming packets. *(Definitions include propagated dependencies, including from if's and menus.)*