aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-11-16 19:00:42 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-11-16 19:00:42 +0000
commiteb37378b3e424589a37e525bb4080cc667bbe0fc (patch)
treeffd6addf2d7c092547b9703122c47f211584e255 /readme.txt
parent759a95a23a2e41651f46d25dfdface09525760d1 (diff)
downloadChibiOS-eb37378b3e424589a37e525bb4080cc667bbe0fc.tar.gz
ChibiOS-eb37378b3e424589a37e525bb4080cc667bbe0fc.tar.bz2
ChibiOS-eb37378b3e424589a37e525bb4080cc667bbe0fc.zip
STM32F4 ADC driver, not tested yet.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3502 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index 1c1bc7808..ff4cea1f9 100644
--- a/readme.txt
+++ b/readme.txt
@@ -84,6 +84,7 @@
(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: 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.