zephyr/prj.mdef: Bump "main" stack size to 8K.

More heavier use, like real-world TLS, can smash default 4K. And *this*
stack appears to be used by main(), not CONFIG_MAIN_STACK_SIZE.
hacking-on-plane
Paul Sokolovsky 2016-09-20 20:07:41 +03:00
parent 58c95ceff2
commit 82c481755b
1 changed files with 1 additions and 1 deletions

View File

@ -2,4 +2,4 @@
% TASK NAME PRIO ENTRY STACK GROUPS
% ==================================
TASK MAIN 7 main 4096 [EXE]
TASK MAIN 7 main 8192 [EXE]