lib: cmsis_v2: increase stack sizes if coverage
Set to 4096, coverage targets have lots of RAM. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
16317c1a9f
commit
8502a2ea73
1 changed files with 2 additions and 0 deletions
|
@ -38,12 +38,14 @@ config CMSIS_V2_THREAD_DYNAMIC_MAX_COUNT
|
||||||
|
|
||||||
config CMSIS_V2_THREAD_MAX_STACK_SIZE
|
config CMSIS_V2_THREAD_MAX_STACK_SIZE
|
||||||
int "Max stack size threads can be allocated in CMSIS RTOS V2 application"
|
int "Max stack size threads can be allocated in CMSIS RTOS V2 application"
|
||||||
|
default 4096 if COVERAGE
|
||||||
default 512
|
default 512
|
||||||
help
|
help
|
||||||
Mention max stack size threads can be allocated in CMSIS RTOS V2 application.
|
Mention max stack size threads can be allocated in CMSIS RTOS V2 application.
|
||||||
|
|
||||||
config CMSIS_V2_THREAD_DYNAMIC_STACK_SIZE
|
config CMSIS_V2_THREAD_DYNAMIC_STACK_SIZE
|
||||||
int "Dynamic stack size threads are allocated in CMSIS RTOS V2 application"
|
int "Dynamic stack size threads are allocated in CMSIS RTOS V2 application"
|
||||||
|
default 4096 if COVERAGE
|
||||||
default 512
|
default 512
|
||||||
help
|
help
|
||||||
Mention dynamic stack size threads are allocated in CMSIS RTOS V2 application.
|
Mention dynamic stack size threads are allocated in CMSIS RTOS V2 application.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue