-
CONFIG_TEST_EXTRA_STACKSIZE
¶
Test function extra thread stack size
Type: int
Help¶
Additional stack for tests on some platform where default is not enough.
Defaults¶
- 2048 if
COVERAGE_GCOV
- 768 if
XTENSA
- 0
Kconfig definition¶
At subsys/testsuite/Kconfig:24
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:38
Menu path: (top menu) → Testing
config TEST_EXTRA_STACKSIZE int prompt "Test function extra thread stack size" default 2048 ifCOVERAGE_GCOV
default 768 ifXTENSA
default 0 help Additional stack for tests on some platform where default is not enough.
(Definitions include propagated dependencies, including from if’s and menus.)