Adds a test for pending microkernel tasks on nanokernel objects. This explicitly covers the nanokernel FIFOs, LIFOs and timers while implicitly covering nanokernel sempahores. Change-Id: Ic044b731da13dea337e199499c23ea425056fae4 Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
8 lines
346 B
Plaintext
8 lines
346 B
Plaintext
% Application : test microkernel tasks pending on nanokernel objects
|
|
|
|
% TASK NAME PRIO ENTRY STACK GROUPS
|
|
% ===================================================
|
|
TASK TASK_HIGH 5 task_high 2048 [EXE]
|
|
TASK TASK_LOW 7 task_low 2048 [EXE]
|
|
TASK TASK_MONITOR 9 task_monitor 2048 [EXE]
|