zephyr/samples/microkernel/test/test_timer/prj.mdef
Benjamin Walsh ebe62ab63d test_timer: test timeouts/timers in microkernel
Simple tests to verify whether the microkernel timer system works
alongside the nanokernel timeouts and timers system.

Once the timer test is started, the nanokernel fifo timeout test is
started in parallel: each other's timeout times should not be affected
by the other. Also, a fiber is started, pending on a nanokernel timer,
and awakens in the middle of the microkernel timers expiring.

Change-Id: I05b307e58ac942961a4163cbe845a9bb732ecfb7
Signed-off-by: Benjamin Walsh <benjamin.walsh@windriver.com>
2016-02-05 20:14:22 -05:00

12 lines
386 B
Plaintext

% Application : test microkernel timer APIs
% TASK NAME PRIO ENTRY STACK GROUPS
% =================================================================
TASK tStartTask 5 RegressionTaskEntry 2048 [EXE]
TASK tNanoTimeoutTest 6 test_nano_timeouts 2048 [EXE]
% SEMA NAME
% ==============
SEMA TIMER_SEM
SEMA test_nano_timeouts_sem