The file extension indicates a "Microkernel DEFinitions" file, and no longer reflects the obsolete VxMicro/Viper branding. Change-Id: Ib95b271404a4a4737e851d603c371244fa609e4d Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
9 lines
395 B
Plaintext
9 lines
395 B
Plaintext
% Application : floating point sharing test
|
|
|
|
% TASK NAME PRIO ENTRY STACK GROUPS
|
|
% =======================================================
|
|
TASK load_low 10 load_store_low 2048 [EXE]
|
|
TASK load_high 5 load_store_high 2048 [EXE]
|
|
TASK pi_low 10 calculate_pi_low 2048 [EXE]
|
|
TASK pi_high 5 calculate_pi_high 2048 [EXE]
|