aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-12-11 17:35:55 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-12-11 17:35:55 +0000
commit7d66301e92b84f645e2134819cb9b24caf786d6a (patch)
treef67fb0e1f9b44a2f4435813b8fbb5fcc2af9ded7 /readme.txt
parent7adef2884e48ab11abd4b2f032263649c2ac22d2 (diff)
downloadChibiOS-7d66301e92b84f645e2134819cb9b24caf786d6a.tar.gz
ChibiOS-7d66301e92b84f645e2134819cb9b24caf786d6a.tar.bz2
ChibiOS-7d66301e92b84f645e2134819cb9b24caf786d6a.zip
More STM32 ADC improvements.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2472 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/readme.txt b/readme.txt
index a9c0479d6..e94d15881 100644
--- a/readme.txt
+++ b/readme.txt
@@ -74,9 +74,9 @@
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
- longer stabilization time for the ADC.
+ no more required to specify ADC_CR2_EXTSEL_SWSTART and ADC_CR2_CONT
+ in the CR2 register configuration. Also reordered the start sequence
+ in order to allows a longer stabilization time for the ADC.
*** 2.1.5 ***
- FIX: Fixed references to non-existing SSP1 device in LPC13xx SPI device