Eliminate unneeded NO_EXE task group in sample projects

Several sample project tasks that are not to be automatically
started now indicate this by simply specifying an empty task
group list, rather than by defining and using a new task group.

Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
This commit is contained in:
Allan Stephens 2015-04-10 15:49:13 -04:00 committed by Anas Nashif
parent 941cab98b0
commit f2c2a7bc7d
2 changed files with 2 additions and 10 deletions

View file

@ -5,11 +5,7 @@
% manually entered comments being removed, along with
% any format changes being undone.
% TASKGROUP NAME
% ==============
TASKGROUP NO_EXE
% TASK NAME PRIO ENTRY STACK GROUPS
% ======================================================
TASK REGRESSIONTASK 7 RegressionTask 2048 [EXE]
TASK ALTERNATETASK 5 AlternateTask 2048 [NO_EXE]
TASK ALTERNATETASK 5 AlternateTask 2048 []

View file

@ -5,11 +5,7 @@
% manually entered comments being removed, along with
% any format changes being undone.
% TASKGROUP NAME
% ==============
TASKGROUP NO_EXE
% TASK NAME PRIO ENTRY STACK GROUPS
% ==================================================
TASK tStartTask 6 idtTestTask 2048 [EXE]
TASK tSpurTask 5 idtSpurTask 2048 [NO_EXE]
TASK tSpurTask 5 idtSpurTask 2048 []