Files
rtems/c/src
Ralf Corsepius 4e498120eb 2006-01-01 Ralf Corsepius <ralf.corsepius@rtems.org>
* bestcomm/bestcomm_glue.c, bestcomm/bestcomm_glue.h, clock/clock.c,
	console/console.c, i2c/i2cdrv.c, i2c/mpc5200mbus.c,
	i2c/mpc5200mbus.h, ide/idecfg.c, ide/pcmcia_ide.c, ide/pcmcia_ide.h,
	include/bsp.h, include/mpc5200.h, irq/irq.c, irq/irq.h,
	irq/irq_asm.S, irq/irq_init.c, mscan/mscan.c, mscan/mscan.h,
	network_5200/network.c,	nvram/m93cxx.h, nvram/nvram.c,
	nvram/nvram.h, slicetimer/slicetimer.c, slicetimer/slicetimer.h,
	start/start.S, startup/bspstart.c, startup/cpuinit.c, tod/pcf8563.c,
	tod/pcf8563.h, tod/todcfg.c, vectors/vectors.S,
	vectors/vectors_init.c: Cleanup CVS data.
2006-01-01 07:52:09 +00:00
..
2005-11-21 04:40:11 +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.