From 699fee43fde1f37bbc23a039c6a78961041cefba Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 26 Mar 2018 13:33:29 +0200 Subject: bsps: Remove libcpu This patch is a part of the BSP source reorganization. Update #3285. --- c/src/lib/libcpu/README | 11 ----------- 1 file changed, 11 deletions(-) delete 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 deleted file mode 100644 index 42aaf0e33d..0000000000 --- a/c/src/lib/libcpu/README +++ /dev/null @@ -1,11 +0,0 @@ -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. -- cgit v1.2.3