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>
30 lines
828 B
Plaintext
30 lines
828 B
Plaintext
% Application : test microkernel semaphore APIs
|
|
|
|
% TASKGROUP NAME
|
|
% =====================================================
|
|
TASKGROUP TEST
|
|
|
|
% TASK NAME PRIO ENTRY STACK GROUPS
|
|
% =====================================================
|
|
TASK MONITORTASK 5 MonitorTaskEntry 512 [EXE]
|
|
TASK tHigh 4 HighPriTaskEntry 512 [TEST]
|
|
TASK tStartTask 5 RegressionTaskEntry 512 [TEST]
|
|
TASK tAlternate 6 AlternateTaskEntry 512 [TEST]
|
|
TASK tLow 7 LowPriTaskEntry 512 [TEST]
|
|
|
|
% SEMA NAME
|
|
% ======================
|
|
SEMA SEM_TASKDONE
|
|
SEMA SEM_TASKFAIL
|
|
SEMA SIMPLE_SEM
|
|
SEMA ALTTASK_SEM
|
|
SEMA HIGH_PRI_SEM
|
|
SEMA MANY_BLOCKED_SEM
|
|
SEMA GROUP_SEM1
|
|
SEMA GROUP_SEM2
|
|
SEMA GROUP_SEM3
|
|
SEMA GROUP_SEM4
|
|
SEMA BLOCK_HP_SEM
|
|
SEMA BLOCK_LP_SEM
|
|
SEMA BLOCK_MP_SEM
|