From ac7d5ef06a6d6e8d84abbd1f0b82162725f98326 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 11 May 1995 17:39:37 +0000 Subject: Initial revision --- c/src/lib/libcpu/README | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 c/src/lib/libcpu/README (limited to 'c/src/lib/libcpu/README') diff --git a/c/src/lib/libcpu/README b/c/src/lib/libcpu/README new file mode 100644 index 0000000000..e7e293660c --- /dev/null +++ b/c/src/lib/libcpu/README @@ -0,0 +1,14 @@ +# +# $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. -- cgit v1.2.3