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:
Andrew Boie 2019-05-02 08:37:24 -07:00 committed by Anas Nashif
commit 7153a2eec5

View file

@ -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.