We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68a55fc commit 7153a2eCopy full SHA for 7153a2e
lib/cmsis_rtos_v1/Kconfig
@@ -24,6 +24,7 @@ config CMSIS_MAX_THREAD_COUNT
24
25
config CMSIS_THREAD_MAX_STACK_SIZE
26
int "Max stack size threads can be allocated in CMSIS RTOS application"
27
+ default 4096 if COVERAGE
28
default 512
29
help
30
Mention max stack size threads can be allocated in CMSIS RTOS application.
0 commit comments