diff --git a/kernel/Kconfig b/kernel/Kconfig index 84270647b00..cc66913d026 100644 --- a/kernel/Kconfig +++ b/kernel/Kconfig @@ -148,7 +148,7 @@ config SCHED_CPU_MASK config MAIN_STACK_SIZE int "Size of stack for initialization and main thread" default 2048 if COVERAGE_GCOV - default 512 if ZTEST + default 512 if ZTEST && !RISCV32 default 1024 help When the initialization is complete, the thread executing it then