mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-07 03:12:50 +00:00
Splits the test into two clear sub-categories: microkernel and nanokernel. This is done to maintain consistency with other tests that do the same (e.g. test_obj_tracing, test_sema, test_stackprot, test_timer). Change-Id: Iddb1ec8d569a9d953fb8af5ce08e87b51995f821 Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
22 lines
614 B
Plaintext
22 lines
614 B
Plaintext
% Please keep this in-sync with ../test_fifo/microkernel/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
|