Files
rtems/c/src
Joel Sherrill 820901ba60 2005-05-03 Joel Sherrill <joel@OARcorp.com>
* samples/hello/sptest.adb, sptests/sp03/sptest.adb,
	sptests/sp04/sptest.adb, sptests/sp05/sptest.adb,
	sptests/sp07/sptest.adb, sptests/sp13/sptest.adb,
	sptests/sp14/sptest.adb, sptests/sp20/sptest.adb,
	sptests/sp24/sptest.adb, tmtests/tm01/tmtest.adb,
	tmtests/tm02/tmtest.adb, tmtests/tm03/tmtest.adb,
	tmtests/tm04/tmtest.adb, tmtests/tm05/tmtest.adb,
	tmtests/tm06/tmtest.adb, tmtests/tm07/tmtest.adb,
	tmtests/tm08/tmtest.adb, tmtests/tm09/tmtest.adb,
	tmtests/tm10/tmtest.adb, tmtests/tm11/tmtest.adb,
	tmtests/tm12/tmtest.adb, tmtests/tm13/tmtest.adb,
	tmtests/tm14/tmtest.adb, tmtests/tm15/tmtest.adb,
	tmtests/tm16/tmtest.adb, tmtests/tm17/tmtest.adb,
	tmtests/tm18/tmtest.adb, tmtests/tm19/tmtest.adb,
	tmtests/tm20/tmtest.adb, tmtests/tm21/tmtest.adb,
	tmtests/tm22/tmtest.adb, tmtests/tm23/tmtest.adb,
	tmtests/tm24/tmtest.adb, tmtests/tm25/tmtest.adb,
	tmtests/tm28/tmtest.adb, tmtests/tm29/tmtest.adb,
	tmtests/tmck/tmtest.adb, tmtests/tmoverhd/dummy_rtems.adb,
	tmtests/tmoverhd/tmtest.adb: Remove warnings.
2005-05-03 21:41:45 +00:00
..

#
#  $Id$
#

This is the top level directory of the C RTEMS environment.  The
following is a description of the contents of each file and
subdirectory directly in this directory:

    tests

       This directory contains the RTEMS Test Suites. Currently
       this includes the following suites:

         + Single Processor Test Suite
         + Multiprocessor Test Suite
         + Timing Test Suite
         + Sample Application Suite

    lib

       This directory contains src for RTEMS libraries:
          libc, board support (including drivers) and libcpu.

    exec

       This directory contains the source code for the RTEMS executive.