From cd7e1aa36d2803e88a32c2d7d3f253ddfd04c0f4 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Mon, 8 Aug 2011 12:14:35 +0000 Subject: [PATCH] Merged CMSIS 2.1 files. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3212 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- readme.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/readme.txt b/readme.txt index c2fffb1a7..143eb69bb 100644 --- a/readme.txt +++ b/readme.txt @@ -89,6 +89,9 @@ (backported to 2.2.4). - FIX: Fixed timeout problem in the lwIP interface layer (bug 3302420) (backported to 2.2.4). +- NEW: Added the new CMSIS 2.1 headers, now CMSIS resides into a shared + location: ./os/ports/common/ARMCMx/CMSIS. Old CMSIS files have been + removed from the various platforms. - NEW: Removed all the ch.ld files from the ARMCMx demos, now the makefiles point to common ld files under the various ports. Less duplication and easier maintenance.