aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-11-19 09:54:55 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-11-19 09:54:55 +0000
commitcba1d7b4a73109eccedc5dc705ae20000ee8d17e (patch)
tree6a67e820d5ed5497846d6fbfad573b21014cfe47
parentfd9b356d6c3e0c691f51cae7834d72c1c67da100 (diff)
downloadChibiOS-cba1d7b4a73109eccedc5dc705ae20000ee8d17e.tar.gz
ChibiOS-cba1d7b4a73109eccedc5dc705ae20000ee8d17e.tar.bz2
ChibiOS-cba1d7b4a73109eccedc5dc705ae20000ee8d17e.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3512 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--readme.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt
index 7cc5ac572..1693c5f44 100644
--- a/readme.txt
+++ b/readme.txt
@@ -84,7 +84,9 @@
(backported to 2.2.8).
- FIX: Fixed broken TIM8 support in STM32 PWM driver (bug 3418620).
- FIX: Fixed halconf.h file corrupted in some STM32 demos (bug 3418626).
-- NEW: STM32F4 ADC driver implementation.
+- NEW: STM32F4xx ADC driver implementation.
+ TODO: Backport the new solutions implemented in this ADC driver to the
+ STM32L1xx ADC driver.
- NEW: Added initialization of the NVIC VTOR register to all Cortex-Mx (v7M)
ports. Also added a port option CORTEX_VTOR_INIT to enforce a different
default value into the register.