zephyr/tests/kernel/test_task_priv/prj.mdef
Anas Nashif bc19b72974 test_task_priv: only microkernel version exist
eliminate one directory level since we only have one kernel variant.

Change-Id: I72597e8253d027cd134dd58cc3051f21dce376d0
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2016-02-11 13:08:44 -05:00

18 lines
502 B
Plaintext

% Application : test microkernel task APIs
% Please keep this in-sync with ../test_task/prj.mdef
% except those specified below
% TASK HT_TASKID and RT_TASKID are defined within
% the source file, so keep them commented out.
%
% TASK NAME PRIO ENTRY STACK GROUPS
% ==================================================
% TASK HT_TASKID 20 HelperTask 2048 [EXE]
% TASK RT_TASKID 10 RegressionTask 2048 [EXE]
% SEMA NAME
% ===========
SEMA HT_SEM
SEMA RT_SEM