zephyr/tests/kernel/test_pool/prj.mdef
Yannis Damigos 32e450024e tests: kernel: test_pool: reduce ram requirements
Reduces the amount of memory allocated for task's stack.
This permits the test_pool to compile on boards like
nucleo-f103rb. Sanitycheck script passes all test for test-nano.

This patch was verified on the emulated platforms and not
against real hardware boards.

Change-Id: Ib8041f6d91e8ffc5fcb16dc73de1f7662d9596da
Signed-off-by: Yannis Damigos <giannis.damigos@gmail.com>
2016-03-31 23:17:51 +00:00

21 lines
660 B
Plaintext

% Application : test microkernel memory pool APIs
% TASK NAME PRIO ENTRY STACK GROUPS
% ===================================================
TASK tStartTask 5 RegressionTask 320 [EXE]
TASK tAlternate 6 AlternateTask 320 [EXE]
TASK tDefrag 7 DefragTask 320 [EXE]
TASK tHelper 7 HelperTask 320 [EXE]
% SEMA NAME
% ==================
SEMA ALTERNATE_SEM
SEMA DEFRAG_SEM
SEMA REGRESS_SEM
SEMA HELPER_SEM
% POOL NAME MIN MAX NMAX
% =======================================
POOL POOL_ID 64 4096 1
POOL SECOND_POOL_ID 16 1024 5