STM32F4 ADC driver, not tested yet.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3502 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
gdisirio 2011-11-16 19:00:42 +00:00
parent 759a95a23a
commit eb37378b3e
1 changed files with 1 additions and 0 deletions

View File

@ -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.