Move all kernel tests using legacy APIs into tests/legacy to continue testing old APIs and compatibility. We keep in tests/kernel those tests that do not use any kernel APIs and generic in nature, those should not be affected by the unified kernel API change. In tests/kernel we will start adding tests that are unified kernel only. Later and when deprecation period is over the legacy tests would be dropped. Change-Id: Icc7d8c7e5f2af65af350b75da3117f72396925f4 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
25 lines
719 B
Plaintext
25 lines
719 B
Plaintext
% Application : DiningPhilosophers
|
|
|
|
% TASKGROUP NAME
|
|
% ==============
|
|
TASKGROUP PHI
|
|
TASKGROUP MON
|
|
|
|
% TASK NAME PRIO ENTRY STACK GROUPS
|
|
% ==================================================
|
|
TASK phil_task 5 phil_demo 1024 [EXE]
|
|
TASK phi1_task0 6 phil_entry 1024 [PHI]
|
|
TASK phil_task1 6 phil_entry 1024 [PHI]
|
|
TASK phil_task2 6 phil_entry 1024 [PHI]
|
|
TASK phil_task3 6 phil_entry 1024 [PHI]
|
|
TASK phil_task4 6 phil_entry 1024 [PHI]
|
|
TASK monitor_task 7 object_monitor 1024 [MON]
|
|
|
|
% MUTEX NAME
|
|
% ================
|
|
MUTEX fork_mutex0
|
|
MUTEX fork_mutex1
|
|
MUTEX fork_mutex2
|
|
MUTEX fork_mutex3
|
|
MUTEX fork_mutex4
|