From cba1d7b4a73109eccedc5dc705ae20000ee8d17e Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 19 Nov 2011 09:54:55 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3512 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- readme.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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.