source: rtems/c/src/lib/libcpu/README @ b1b5a7cb

4.104.114.84.95
Last change on this file since b1b5a7cb was ac7d5ef0, checked in by Joel Sherrill <joel.sherrill@…>, on 05/11/95 at 17:39:37

Initial revision

  • Property mode set to 100644
File size: 470 bytes
RevLine 
[ac7d5ef0]1#
2#  $Id$
3#
4
5This is the README file for libcpu.
6
7This directory contains reusable libraries which are CPU dependent but not
8target board dependent.  For example, the HPPA has an on chip interval timer
9which may be used by all HPPA bsp's.
10
11Another example might be the Intel i960CA has on-chip DMA which could be
12supported in a library and placed in lib/libcpu/i960.  This level of support
13will make it easier for others developing embedded applications on a given
14CPU.
Note: See TracBrowser for help on using the repository browser.