:orphan: .. title:: ARC_EXCEPTION_STACK_SIZE .. option:: CONFIG_ARC_EXCEPTION_STACK_SIZE *ARC exception handling stack size* Type: ``int`` Help ==== Size in bytes of exception handling stack which is at the top of interrupt stack to get smaller memory footprint because exception is not frequent. To reduce the impact on interrupt handling, especially nested interrupt, it cannot be too large. Direct dependencies =================== \ :option:`ARC ` *(Includes any dependencies from ifs and menus.)* Default ======= - 768 Kconfig definition ================== .. highlight:: kconfig At ``arch/arc/Kconfig:288`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:29`` → ``arch/Kconfig:12`` Menu path: (Top) → ARC Options → ARCv2 Family Options .. parsed-literal:: config ARC_EXCEPTION_STACK_SIZE int "ARC exception handling stack size" default 768 depends on \ :option:`ARC ` help Size in bytes of exception handling stack which is at the top of interrupt stack to get smaller memory footprint because exception is not frequent. To reduce the impact on interrupt handling, especially nested interrupt, it cannot be too large. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*