Reduces the amount of memory allocated for stack (both fiber and task). This permits test_sema and test_mutex to compile on boards like nucleo-f103rb. Sanitycheck script passes all tests for test_sema and test_mutex. This patch was verified on the emulated platforms and not against real hardware boards. Change-Id: Ie25288bbbbfa64bfc5f7463639bfb09639cc184f Signed-off-by: Yannis Damigos <giannis.damigos@gmail.com>
20 lines
669 B
Plaintext
20 lines
669 B
Plaintext
% Application : test microkernel mutex APIs
|
|
|
|
% TASK NAME PRIO ENTRY STACK GROUPS
|
|
% ===================================================
|
|
TASK TASK10 10 Task10 512 [EXE]
|
|
TASK TASK15 15 Task15 512 [EXE]
|
|
TASK TASK20 20 Task20 512 [EXE]
|
|
TASK TASK25 25 Task25 512 [EXE]
|
|
TASK TASK30 30 Task30 512 [EXE]
|
|
TASK TASK45 45 Task45 512 [EXE]
|
|
TASK TASK50 50 Task50 512 []
|
|
TASK REGRESSTASK 40 RegressionTask 512 [EXE]
|
|
|
|
% MUTEX NAME
|
|
% ============
|
|
MUTEX Mutex1
|
|
MUTEX Mutex2
|
|
MUTEX Mutex3
|
|
MUTEX Mutex4
|