aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2015-08-04 15:22:57 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2015-08-04 15:22:57 +0000
commit5cbe3a8aad4f44ccee64c309836901b0a33f4bb6 (patch)
tree5a3b72a98fe9b149fffca3a82a9788f989d72272 /readme.txt
parentbf86c9d9beb4bfc9ce8505c873bc909d53f6424f (diff)
downloadChibiOS-5cbe3a8aad4f44ccee64c309836901b0a33f4bb6.tar.gz
ChibiOS-5cbe3a8aad4f44ccee64c309836901b0a33f4bb6.tar.bz2
ChibiOS-5cbe3a8aad4f44ccee64c309836901b0a33f4bb6.zip
STM32 DMAv2 driver added.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8156 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/readme.txt b/readme.txt
index fca1e94ea..137f10997 100644
--- a/readme.txt
+++ b/readme.txt
@@ -79,8 +79,9 @@
- HAL: STM32F0xx and STM32L0xx devices now share the same ADCv1 and DMAv1
drivers.
- HAL: Introduced preliminary support for STM32L0xx devices.
-- HAL: New STM32 DMAv1 driver supporting channel selection and fixing the
- behavior with shared IRQs.
+- HAL: New STM32 shared DMAv2 driver supporting channel selection (F2, F4, F7).
+- HAL: New STM32 shared DMAv1 driver supporting channel selection and fixing
+ the behavior with shared IRQs (F0, L0).
- HAL: New STM32 ADCv1 driver supporting small STM32 devices.
- HAL: Introduced support for TIM21 and TIM22 in STM32 ST driver.
- HAL: Updated STM32F0xx headers to STM32CubeF0 version 1.3.0. Added support