Files
rtems/c/src/lib/libcpu
Joel Sherrill 34ef6c7a55 2008-09-05 Joel Sherrill <joel.sherrill@OARcorp.com>
* clock/ckinit.c: The Shared Memory Driver no longer requires the
	special IOCTL in Clock_control. This was a hack which has existed
	since before the Classic API Timer Manager was implemented. All
	implementations of and references to Clock_control were removed.
2008-09-05 22:06:51 +00:00
..
2008-09-05 11:55:58 +00:00
2008-08-16 05:46:28 +00:00
2008-07-14 06:02:09 +00:00
2008-09-05 12:11:47 +00:00
2008-07-14 06:02:09 +00:00
2008-07-14 06:02:09 +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 PowerPC has an on CPU decrementer
register which may be used by all PowerPC BSP's for the Clock and Timer
Drivers.

Other examples include the caching support for the m68k CPU models and
MIPS CPU model exception vectoring routines.  This level of support
will make it easier for others developing embedded applications on a given
CPU.