Initial revision

This commit is contained in:
Joel Sherrill
1995-05-11 17:39:37 +00:00
commit ac7d5ef06a
1683 changed files with 189788 additions and 0 deletions

17
c/UPDATE_HELP Normal file
View File

@@ -0,0 +1,17 @@
#
# $Id$
#
In the directory "update_tools", there are a set of tools to aid in
making the application source changes necessary to address some
of the changes in the RTEMS API between release 3.1.0 and 3.2.0.
The primary change addressed by these tools is the addition of
"rtems_" or "RTEMS_" as a prefix on EVERY user visible RTEMS
provided constant and routine. The primary factor in the decision
to make such a sweeping change was conflicts between the
the RTEMS and POSIX API's.
WARNING: These tools modify the files IN PLACE!!! Backup your
source before using these tools.