lib: cmsis_v1: set stack size larger if coverage
Use some large value, coverage targets have lots of RAM. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
68a55fc84c
commit
7153a2eec5
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ config CMSIS_MAX_THREAD_COUNT
|
|||
|
||||
config CMSIS_THREAD_MAX_STACK_SIZE
|
||||
int "Max stack size threads can be allocated in CMSIS RTOS application"
|
||||
default 4096 if COVERAGE
|
||||
default 512
|
||||
help
|
||||
Mention max stack size threads can be allocated in CMSIS RTOS application.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue