samples: synchronization: reduce stack size used
This will allow this sample to run on systems with less than 8K SRAM. Change-Id: Id3a1c826cfade09f91bc3b0dba3c98e386f5ab06 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
7eb9c884bc
commit
81125feb06
|
@ -2,8 +2,8 @@
|
|||
|
||||
% TASK NAME PRIO ENTRY STACK GROUPS
|
||||
% ==================================
|
||||
TASK TASKA 7 taskA 2048 [EXE]
|
||||
TASK TASKB 7 taskB 2048 [EXE]
|
||||
TASK TASKA 7 taskA 1024 [EXE]
|
||||
TASK TASKB 7 taskB 1024 [EXE]
|
||||
|
||||
% SEMA NAME
|
||||
% =============
|
||||
|
|
Loading…
Reference in a new issue