Skip to content

Commit 6240b0d

Browse files
nashifcfriedt
authored andcommitted
kernel: set DYNAMIC_THREAD_STACK_SIZE to 4096 for coverage
Increase stack sizes to allow coverage to complete. Signed-off-by: Anas Nashif <[email protected]>
1 parent 9198b9d commit 6240b0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ if DYNAMIC_THREAD
246246

247247
config DYNAMIC_THREAD_STACK_SIZE
248248
int "Size of each pre-allocated thread stack"
249-
default 4096 if X86
249+
default 4096 if X86 || COVERAGE_GCOV
250250
default 1024 if !X86 && !64BIT
251251
default 2048 if !X86 && 64BIT
252252
help

0 commit comments

Comments
 (0)