CONFIG_ZTEST_STACKSIZE

Test function thread stack size

Type: int

Defaults

Kconfig definitions

At <nRF>/Kconfig.nrf:18

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:9<BuildDir>/Kconfig/Kconfig.modules:1

Menu path: (Top) → Modules → Nordic nRF Connect

config ZTEST_STACKSIZE
    int
    default 2048 if ZTEST

At <Zephyr>/boards/arm/mps2_an385/Kconfig.defconfig:44

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:24

Menu path: (Top)

config ZTEST_STACKSIZE
    int
    default 4096 if ZTEST
    depends on BOARD_MPS2_AN385

At <Zephyr>/soc/arc/snps_emsdp/Kconfig.defconfig.em4:36

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:25<BuildDir>/Kconfig/Kconfig.soc.defconfig:1<Zephyr>/soc/arc/snps_emsdp/Kconfig.defconfig:14

Menu path: (Top)

config ZTEST_STACKSIZE
    int
    default 2048
    depends on ZTEST && SOC_EMSDP_EM4 && SOC_ARC_EMSDP

At <Zephyr>/soc/arc/snps_emsdp/Kconfig.defconfig.em5d:36

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:25<BuildDir>/Kconfig/Kconfig.soc.defconfig:1<Zephyr>/soc/arc/snps_emsdp/Kconfig.defconfig:15

Menu path: (Top)

config ZTEST_STACKSIZE
    int
    default 2048
    depends on ZTEST && SOC_EMSDP_EM5D && SOC_ARC_EMSDP

At <Zephyr>/soc/arc/snps_emsdp/Kconfig.defconfig.em6:36

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:25<BuildDir>/Kconfig/Kconfig.soc.defconfig:1<Zephyr>/soc/arc/snps_emsdp/Kconfig.defconfig:16

Menu path: (Top)

config ZTEST_STACKSIZE
    int
    default 2048
    depends on ZTEST && SOC_EMSDP_EM6 && SOC_ARC_EMSDP

At <Zephyr>/soc/arc/snps_emsdp/Kconfig.defconfig.em7d:36

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:25<BuildDir>/Kconfig/Kconfig.soc.defconfig:1<Zephyr>/soc/arc/snps_emsdp/Kconfig.defconfig:17

Menu path: (Top)

config ZTEST_STACKSIZE
    int
    default 2048
    depends on ZTEST && SOC_EMSDP_EM7D && SOC_ARC_EMSDP

At <Zephyr>/soc/arc/snps_emsdp/Kconfig.defconfig.em9d:36

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:25<BuildDir>/Kconfig/Kconfig.soc.defconfig:1<Zephyr>/soc/arc/snps_emsdp/Kconfig.defconfig:19

Menu path: (Top)

config ZTEST_STACKSIZE
    int
    default 2048
    depends on ZTEST && SOC_EMSDP_EM9D && SOC_ARC_EMSDP

At <Zephyr>/soc/arc/snps_emsdp/Kconfig.defconfig.em11d:36

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:25<BuildDir>/Kconfig/Kconfig.soc.defconfig:1<Zephyr>/soc/arc/snps_emsdp/Kconfig.defconfig:20

Menu path: (Top)

config ZTEST_STACKSIZE
    int
    default 2048
    depends on ZTEST && SOC_EMSDP_EM11D && SOC_ARC_EMSDP

At <Zephyr>/soc/arc/snps_emsk/Kconfig.defconfig.em7d:49

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:25<BuildDir>/Kconfig/Kconfig.soc.defconfig:1<Zephyr>/soc/arc/snps_emsk/Kconfig.defconfig:10

Menu path: (Top)

config ZTEST_STACKSIZE
    int
    default 2048
    depends on ZTEST && ARC_MPU_VER = 2 && SOC_EMSK_EM7D && SOC_EMSK

At <Zephyr>/soc/arc/snps_nsim/Kconfig.defconfig.em:47

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:25<BuildDir>/Kconfig/Kconfig.soc.defconfig:1<Zephyr>/soc/arc/snps_nsim/Kconfig.defconfig:15

Menu path: (Top)

config ZTEST_STACKSIZE
    int
    default 2048
    depends on ZTEST && ARC_MPU_VER = 2 && SOC_NSIM_EM && SOC_NSIM

At <Zephyr>/soc/arc/snps_nsim/Kconfig.defconfig.em7d_v22:44

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:25<BuildDir>/Kconfig/Kconfig.soc.defconfig:1<Zephyr>/soc/arc/snps_nsim/Kconfig.defconfig:16

Menu path: (Top)

config ZTEST_STACKSIZE
    int
    default 2048
    depends on ZTEST && ARC_MPU_VER = 2 && SOC_NSIM_EM7D_V22 && SOC_NSIM

At <Zephyr>/subsys/testsuite/ztest/Kconfig:13

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:52<Zephyr>/subsys/testsuite/Kconfig:6

Menu path: (Top) → Sub Systems and OS Services → Testing → Zephyr testing framework

config ZTEST_STACKSIZE
    int "Test function thread stack size"
    default 2048 if COVERAGE_GCOV
    default 1024
    depends on ZTEST

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)