aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2015-12-14 14:38:16 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2015-12-14 14:38:16 +0000
commit53a30f78fe3e5ebebc379f1f3ab0ef92448ac349 (patch)
tree13561be8c59df4b2a6b04ba0f3e57b67fe43d58a /readme.txt
parentd0487d83cf9d96baae56c100ee5f930367756a32 (diff)
downloadChibiOS-53a30f78fe3e5ebebc379f1f3ab0ef92448ac349.tar.gz
ChibiOS-53a30f78fe3e5ebebc379f1f3ab0ef92448ac349.tar.bz2
ChibiOS-53a30f78fe3e5ebebc379f1f3ab0ef92448ac349.zip
STM32F3 now uses the shared ADCv3 driver. There are differences in the configuration structure.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8599 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index 89b6ff12e..e435ea3cc 100644
--- a/readme.txt
+++ b/readme.txt
@@ -123,6 +123,7 @@
- HAL: Added support for UART4...UART8 to the STM32 UARTv2 UART driver.
- HAL: Added support for UART7 and UART8,LPUART1 to the STM32 UARTv2 serial
driver.
+- HAL: STM32F3xx and STM32L4xx devices now share the same ADCv3 driver.
- HAL: STM32F2xx, STM32F4xx and STM32F7xx devices now share the same ADCv2
and DMAv2 drivers.
- HAL: STM32F0xx and STM32L0xx devices now share the same ADCv1 driver.
@@ -132,6 +133,7 @@
data cache invalidation (F2, F4, F7).
- HAL: New STM32 shared DMAv1 driver supporting channel selection and fixing
the behavior with shared IRQs (F0, L0).
+- HAL: New STM32 ADCv3 driver supporting middle STM32 devices (F3, L4).
- HAL: New STM32 ADCv2 driver supporting large STM32 devices (F2, F4, F7).
- HAL: New STM32 ADCv1 driver supporting small STM32 devices (F0, L0).
- HAL: Introduced support for TIM21 and TIM22 in STM32 ST driver.