Files
rtems/c/src
Ralf Corsepius 586460264c 2005-11-20 Ralf Corsepius <ralf.corsepius@rtems.org>
* mptests/mp02/Makefile.am, mptests/mp02/node1/Makefile.am,
	mptests/mp02/node2/Makefile.am, mptests/mp03/Makefile.am,
	mptests/mp03/node1/Makefile.am, mptests/mp03/node2/Makefile.am,
	mptests/mp04/Makefile.am, mptests/mp04/node1/Makefile.am,
	mptests/mp04/node2/Makefile.am, mptests/mp05/Makefile.am,
	mptests/mp05/node1/Makefile.am, mptests/mp05/node2/Makefile.am,
	mptests/mp06/Makefile.am, mptests/mp06/node1/Makefile.am,
	mptests/mp06/node2/Makefile.am, mptests/mp07/Makefile.am,
	mptests/mp07/node1/Makefile.am, mptests/mp07/node2/Makefile.am,
	mptests/mp08/Makefile.am, mptests/mp08/node1/Makefile.am,
	mptests/mp08/node2/Makefile.am, mptests/mp09/Makefile.am,
	mptests/mp09/node1/Makefile.am, mptests/mp09/node2/Makefile.am,
	mptests/mp10/Makefile.am, mptests/mp10/node1/Makefile.am,
	mptests/mp10/node2/Makefile.am, mptests/mp11/Makefile.am,
	mptests/mp11/node1/Makefile.am, mptests/mp11/node2/Makefile.am,
	mptests/mp12/Makefile.am, mptests/mp12/node1/Makefile.am,
	mptests/mp12/node2/Makefile.am, mptests/mp13/Makefile.am,
	mptests/mp13/node1/Makefile.am, mptests/mp13/node2/Makefile.am,
	mptests/mp14/Makefile.am, mptests/mp14/node1/Makefile.am,
	mptests/mp14/node2/Makefile.am: New.
2005-11-20 17:05:47 +00:00
..
2005-08-15 13:51:49 +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.