rebranding: Remove stray references to VxMicro

Change-Id: I489dcd1a9ee8b8e502907543f284dc46220e5127
Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
This commit is contained in:
Peter Mitsis 2015-12-22 11:29:15 -05:00 committed by Anas Nashif
commit d6aeec249c
3 changed files with 1 additions and 11 deletions

View file

@ -1,10 +1,5 @@
% Application : Network demo
% 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 TASKA 7 taskA 2048 [EXE]

View file

@ -1,10 +1,5 @@
% Application : Network demo
% 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 TASKA 7 taskA 2048 [EXE]

View file

@ -20,7 +20,7 @@
*
* genOffsetHeader -i <objectModule> -o <outputHeaderName>
*
* This VxMicro development host utility will process an ELF object module that
* This Zephyr development host utility will process an ELF object module that
* consists of a series of absolute symbols representing the byte offset of a
* structure member and the size of the structure. Each absolute symbol will
* be translated into a C preprocessor '#define' directive. For example,