mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-09 23:51:56 +00:00
Move all kernel testcases to tests/ and change Makefiles accordingly where applicable. Change-Id: I130cc3919174e93b7130d55fb101bed1d5d7552d Signed-off-by: Anas Nashif <anas.nashif@intel.com>
12 lines
386 B
Plaintext
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
|