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

Kconfig definitions

At <Zephyr>/arch/arm/core/aarch64/Kconfig:41

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:29<Zephyr>/arch/Kconfig:12<Zephyr>/arch/arm/Kconfig:46

Menu path: (Top) → ARM Options

config TEST_EXTRA_STACKSIZE
    int
    default 2048
    depends on ARM64 && ARM

At <Zephyr>/arch/sparc/Kconfig:47

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:29<Zephyr>/arch/Kconfig:12

Menu path: (Top) → SPARC Options

config TEST_EXTRA_STACKSIZE
    int
    default 4096 if COVERAGE_GCOV
    default 2048
    depends on SPARC

At <Zephyr>/arch/x86/core/Kconfig.intel64:17

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:29<Zephyr>/arch/Kconfig:12<Zephyr>/arch/x86/Kconfig:328

Menu path: (Top) → X86 Architecture Options

config TEST_EXTRA_STACKSIZE
    int
    default 4096
    depends on X86_64 && X86

At <Zephyr>/subsys/testsuite/Kconfig:17

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

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

config TEST_EXTRA_STACKSIZE
    int "Test function extra thread stack size"
    default 2048 if COVERAGE_GCOV
    default 768 if XTENSA
    default 0
    help
      Additional stack for tests on some platform where default is not
      enough.

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