ARC: boost default stacks in case of 64BIT
Increase stacks required for ARCv3 64-bit CI to pass. The CMSIS stacks are for programs in samples/portability Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com> Signed-off-by: Evgeniy Paltsev <PaltsevEvgeniy@gmail.com>
This commit is contained in:
parent
8048b14135
commit
9a3d925860
1 changed files with 12 additions and 0 deletions
|
@ -351,3 +351,15 @@ config ARC_EXCEPTION_DEBUG
|
||||||
strings.
|
strings.
|
||||||
|
|
||||||
endmenu
|
endmenu
|
||||||
|
|
||||||
|
config MAIN_STACK_SIZE
|
||||||
|
default 4096 if 64BIT
|
||||||
|
|
||||||
|
config TEST_EXTRA_STACKSIZE
|
||||||
|
default 1024 if 64BIT
|
||||||
|
|
||||||
|
config CMSIS_THREAD_MAX_STACK_SIZE
|
||||||
|
default 1024 if 64BIT
|
||||||
|
|
||||||
|
config CMSIS_V2_THREAD_MAX_STACK_SIZE
|
||||||
|
default 1024 if 64BIT
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue