aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-08-08 12:14:35 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-08-08 12:14:35 +0000
commitcd7e1aa36d2803e88a32c2d7d3f253ddfd04c0f4 (patch)
tree4a12a107361e0cec010ce5e6d9057bc95bf39ccc
parent66d30038d423364b6a6d9035a528d4630ffcbc11 (diff)
downloadChibiOS-cd7e1aa36d2803e88a32c2d7d3f253ddfd04c0f4.tar.gz
ChibiOS-cd7e1aa36d2803e88a32c2d7d3f253ddfd04c0f4.tar.bz2
ChibiOS-cd7e1aa36d2803e88a32c2d7d3f253ddfd04c0f4.zip
Merged CMSIS 2.1 files.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3212 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--readme.txt3
1 files changed, 3 insertions, 0 deletions
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.