git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3512 35acf78f-673a-0410-8e92-d51de3d6d3f4

master
gdisirio 2011-11-19 09:54:55 +00:00
parent fd9b356d6c
commit cba1d7b4a7
1 changed files with 3 additions and 1 deletions

View File

@ -84,7 +84,9 @@
(backported to 2.2.8). (backported to 2.2.8).
- FIX: Fixed broken TIM8 support in STM32 PWM driver (bug 3418620). - FIX: Fixed broken TIM8 support in STM32 PWM driver (bug 3418620).
- FIX: Fixed halconf.h file corrupted in some STM32 demos (bug 3418626). - 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) - 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 ports. Also added a port option CORTEX_VTOR_INIT to enforce a different
default value into the register. default value into the register.