Skip to content

Commit 7153a2e

Browse files
Andrew Boienashif
authored andcommitted
lib: cmsis_v1: set stack size larger if coverage
Use some large value, coverage targets have lots of RAM. Signed-off-by: Andrew Boie <[email protected]>
1 parent 68a55fc commit 7153a2e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/cmsis_rtos_v1/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ config CMSIS_MAX_THREAD_COUNT
2424

2525
config CMSIS_THREAD_MAX_STACK_SIZE
2626
int "Max stack size threads can be allocated in CMSIS RTOS application"
27+
default 4096 if COVERAGE
2728
default 512
2829
help
2930
Mention max stack size threads can be allocated in CMSIS RTOS application.

0 commit comments

Comments
 (0)