aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-12-11 16:01:07 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-12-11 16:01:07 +0000
commit7adef2884e48ab11abd4b2f032263649c2ac22d2 (patch)
tree2fb311d911158b6dfac8352b17779cee67989367 /readme.txt
parentda78cb93d9d4d1c528b206b5d5959c8a922427e7 (diff)
downloadChibiOS-7adef2884e48ab11abd4b2f032263649c2ac22d2.tar.gz
ChibiOS-7adef2884e48ab11abd4b2f032263649c2ac22d2.tar.bz2
ChibiOS-7adef2884e48ab11abd4b2f032263649c2ac22d2.zip
Removed CMSIS dependencies from the ARMCMx port layer.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2471 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index 15fffdc91..a9c0479d6 100644
--- a/readme.txt
+++ b/readme.txt
@@ -68,6 +68,11 @@
- NEW: Now the STM32 CAN driver puts the lower half word of the ESR
register in the upper half word of the can status word for easier
debug.
+- CHANGE: Removed the CMSIS files from the ARMCMx port, added the headers
+ into the various HAL platforms requiring them. The change is required
+ because the port layer must not have vendor specific dependencies and
+ there is the possibility that the various vendors would use different
+ CMSIS versions now that CMSIS 2.x has been released.
- CHANGE: Modified the start of the ADC in the STM32 ADC driver, now it is
no more required to specify ADC_CR2_EXTSEL_SWSTART in the CR2 register
configuration. Also reordered the start sequence in order to allows a