Files
rtems/c/src/lib/libcpu
Joel Sherrill 2e7ed911d7 2001-05-22 Greg Menke <gregory.menke@gsfc.nasa.gov>
* Assisted in design and debug by Joel Sherrill <joel@OARcorp.com>.
	* mongoosev/duart/mg5uart.c, mongoosev/duart/mg5uart.h,
	mongoosev/include/mongoose-v.h, mongoosev/vectorisrs/vectorisrs.c,
	shared/interrupts/maxvectors.c: Now works.  Significant rework
	of exceptions and interrupt vectoring to clean things up.
	* shared/interrupts/vectorexceptions.c: Removed.
	* shared/interrupts/Makefile.am: Reflects above.
2001-05-22 23:20:14 +00:00
..
1995-05-11 17:39:37 +00:00

#
#  $Id$
#

This is the README file for libcpu.

This directory contains reusable libraries which are CPU dependent but not
target board dependent.  For example, the HPPA has an on chip interval timer
which may be used by all HPPA bsp's.

Another example might be the Intel i960CA has on-chip DMA which could be
supported in a library and placed in lib/libcpu/i960.  This level of support
will make it easier for others developing embedded applications on a given
CPU.