zephyr/samples/microkernel/test/test_fifo_priv/prj.mdef
Daniel Leung 5d934a3786 samples/microkernel: add test for private FIFOs
This adds unit test for microkernel private FIFOs.
The code piggybacks to the public FIFOs tests (by
including the same source file), so any updates to
the test will be applied to both.

Note that the prj.mdef are different for both tests, since
the private FIFOs test move some of the FIFOs
inside source code.

Change-Id: I4130ac540b10a31cd30f37890e9cc389af73e89b
Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2016-02-05 20:15:18 -05:00

22 lines
602 B
Plaintext

% Please keep this in-sync with ../test_fifo/prj.mdef
% except those specified below
% Application : test microkernel FIFO APIs
% TASK NAME PRIO ENTRY STACK GROUPS
% ====================================================
TASK tStartTask 5 RegressionTask 2048 [EXE]
TASK helperTask 7 MicroTestFifoTask 2048 [EXE]
% FIFOQ is defined in source code. So keep this
% commented out.
%
% FIFO NAME DEPTH WIDTH
% ========================
% FIFO FIFOQ 2 4
% SEMA NAME
% =============================
SEMA SEMSIG_MicroTestFifoTask
SEMA SEM_TestDone