17 lines
518 B
Plaintext
17 lines
518 B
Plaintext
% Application : test microkernel task APIs
|
|
|
|
% Warning: Saving a VxMicro project file (.vpf) with the
|
|
% VxMicro Project Manager (VPM) tool will result in any
|
|
% manually entered comments being removed, along with
|
|
% any format changes being undone.
|
|
|
|
% 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
|