zephyr/tests/kernel/test_pipe/prj.mdef
Anas Nashif 13b3727e6e tests: move kernel tests to tests/
Move all kernel testcases to tests/ and change Makefiles
accordingly where applicable.

Change-Id: I130cc3919174e93b7130d55fb101bed1d5d7552d
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2016-02-11 18:06:33 +00:00

20 lines
570 B
Plaintext

% Application : test microkernel target pipe APIs
% TASK NAME PRIO ENTRY STACK GROUPS
% ===================================================
TASK MONITORTASK 4 MonitorTaskEntry 2048 [EXE]
TASK tStartTask 5 RegressionTaskEntry 2048 [EXE]
TASK tAlternate 6 AlternateTaskEntry 2048 [EXE]
% PIPE NAME BUFFERSIZE
% =============================
PIPE PIPE_ID 256
% SEMA NAME
% ===================
SEMA SEM_TASKDONE
SEMA SEM_TASKFAIL
SEMA ALTERNATE_SEM
SEMA REGRESSION_SEM
SEMA COUNTER_SEM