Files
rtems/c/src/lib/libcpu/README
Joel Sherrill 0418016acf 2004-09-29 Joel Sherrill <joel@OARcorp.com>
* README: i960 obsoleted.
	* i960/.cvsignore, i960/ChangeLog, i960/Makefile.am, i960/configure.ac,
	i960/i960ca/.cvsignore, i960/i960ca/Makefile.am,
	i960/i960ca/cpu_install_intr_stack.c,
	i960/i960ca/cpu_install_raw_isr.c, i960/i960ka/.cvsignore,
	i960/i960ka/Makefile.am, i960/i960ka/cpu_install_intr_stack.c,
	i960/i960ka/cpu_install_raw_isr.c, i960/i960rp/.cvsignore,
	i960/i960rp/Makefile.am, i960/i960rp/cpu_install_intr_stack.c,
	i960/i960rp/cpu_install_raw_isr.c, i960/include/i960CA.h,
	i960/include/i960HA.h, i960/include/i960JX_RP_common.h,
	i960/include/i960KA.h, i960/include/i960RP.h: Removed.
2004-09-29 20:11:54 +00:00

16 lines
502 B
Plaintext

#
# $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.