-
CONFIG_ZTEST_STACKSIZE
¶
Test function thread stack size
Type: int
Direct dependencies¶
(ZTEST
&& SOC_EMSDP_EM4
&& SOC_ARC_EMSDP
) || (ZTEST
&& SOC_EMSDP_EM5D
&& SOC_ARC_EMSDP
) || (ZTEST
&& SOC_EMSDP_EM6
&& SOC_ARC_EMSDP
) || (ZTEST
&& SOC_EMSDP_EM7D
&& SOC_ARC_EMSDP
) || (ZTEST
&& SOC_EMSDP_EM9D
&& SOC_ARC_EMSDP
) || (ZTEST
&& SOC_EMSDP_EM11D
&& SOC_ARC_EMSDP
) || (ZTEST
&& ARC_MPU_VER
= 2 && SOC_EMSK_EM7D
&& SOC_EMSK
) || (ZTEST
&& ARC_MPU_VER
= 2 && SOC_NSIM_EM
&& SOC_NSIM
) || ZTEST
(Includes any dependencies from ifs and menus.)
Defaults¶
2048
2048
2048
2048
2048
2048
2048
2048
2048 if
COVERAGE_GCOV
1024
Kconfig definitions¶
At soc/arc/snps_emsdp/Kconfig.defconfig.em4:38
Included via Kconfig:8
→ Kconfig.zephyr:28
→ soc/arc/snps_emsdp/Kconfig.defconfig:18
Menu path: (Top)
config ZTEST_STACKSIZE int default 2048 depends onZTEST
&&SOC_EMSDP_EM4
&&SOC_ARC_EMSDP
At soc/arc/snps_emsdp/Kconfig.defconfig.em5d:38
Included via Kconfig:8
→ Kconfig.zephyr:28
→ soc/arc/snps_emsdp/Kconfig.defconfig:19
Menu path: (Top)
config ZTEST_STACKSIZE int default 2048 depends onZTEST
&&SOC_EMSDP_EM5D
&&SOC_ARC_EMSDP
At soc/arc/snps_emsdp/Kconfig.defconfig.em6:38
Included via Kconfig:8
→ Kconfig.zephyr:28
→ soc/arc/snps_emsdp/Kconfig.defconfig:20
Menu path: (Top)
config ZTEST_STACKSIZE int default 2048 depends onZTEST
&&SOC_EMSDP_EM6
&&SOC_ARC_EMSDP
At soc/arc/snps_emsdp/Kconfig.defconfig.em7d:38
Included via Kconfig:8
→ Kconfig.zephyr:28
→ soc/arc/snps_emsdp/Kconfig.defconfig:21
Menu path: (Top)
config ZTEST_STACKSIZE int default 2048 depends onZTEST
&&SOC_EMSDP_EM7D
&&SOC_ARC_EMSDP
At soc/arc/snps_emsdp/Kconfig.defconfig.em9d:38
Included via Kconfig:8
→ Kconfig.zephyr:28
→ soc/arc/snps_emsdp/Kconfig.defconfig:23
Menu path: (Top)
config ZTEST_STACKSIZE int default 2048 depends onZTEST
&&SOC_EMSDP_EM9D
&&SOC_ARC_EMSDP
At soc/arc/snps_emsdp/Kconfig.defconfig.em11d:38
Included via Kconfig:8
→ Kconfig.zephyr:28
→ soc/arc/snps_emsdp/Kconfig.defconfig:24
Menu path: (Top)
config ZTEST_STACKSIZE int default 2048 depends onZTEST
&&SOC_EMSDP_EM11D
&&SOC_ARC_EMSDP
At soc/arc/snps_emsk/Kconfig.defconfig.em7d:51
Included via Kconfig:8
→ Kconfig.zephyr:28
→ soc/arc/snps_emsk/Kconfig.defconfig:10
Menu path: (Top)
config ZTEST_STACKSIZE int default 2048 depends onZTEST
&&ARC_MPU_VER
= 2 &&SOC_EMSK_EM7D
&&SOC_EMSK
At soc/arc/snps_nsim/Kconfig.defconfig.em:49
Included via Kconfig:8
→ Kconfig.zephyr:28
→ soc/arc/snps_nsim/Kconfig.defconfig:12
Menu path: (Top)
config ZTEST_STACKSIZE int default 2048 depends onZTEST
&&ARC_MPU_VER
= 2 &&SOC_NSIM_EM
&&SOC_NSIM
At subsys/testsuite/ztest/Kconfig:13
Included via Kconfig:8
→ Kconfig.zephyr:44
→ subsys/Kconfig:36
→ subsys/testsuite/Kconfig:6
Menu path: (Top) → Testing → Zephyr testing framework
config ZTEST_STACKSIZE int "Test function thread stack size" default 2048 ifCOVERAGE_GCOV
default 1024 depends onZTEST
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)