Merged CMSIS 2.1 files.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3212 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
gdisirio 2011-08-08 12:14:35 +00:00
parent 66d30038d4
commit cd7e1aa36d
1 changed files with 3 additions and 0 deletions

View File

@ -89,6 +89,9 @@
(backported to 2.2.4). (backported to 2.2.4).
- FIX: Fixed timeout problem in the lwIP interface layer (bug 3302420) - FIX: Fixed timeout problem in the lwIP interface layer (bug 3302420)
(backported to 2.2.4). (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 - 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 point to common ld files under the various ports. Less duplication and
easier maintenance. easier maintenance.