aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2015-08-06 10:25:06 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2015-08-06 10:25:06 +0000
commit35d204f9e9b28cdf454f6b53d4b6f64e3fccff69 (patch)
tree7ec3865795c61765ef533bdd32d69cf4801eed3c /readme.txt
parenta2c2579e069a7249bb72cf94b554011d54d5f0bb (diff)
downloadChibiOS-35d204f9e9b28cdf454f6b53d4b6f64e3fccff69.tar.gz
ChibiOS-35d204f9e9b28cdf454f6b53d4b6f64e3fccff69.tar.bz2
ChibiOS-35d204f9e9b28cdf454f6b53d4b6f64e3fccff69.zip
Now STM32L1xx uses the common DMAv1 driver.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8168 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 c55567dde..a236a0bf9 100644
--- a/readme.txt
+++ b/readme.txt
@@ -80,8 +80,9 @@
- HAL: Added support for UART7 and UART8 to the STM32 UARTv2 serial 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 and DMAv1
- drivers.
+- HAL: STM32F0xx and STM32L0xx devices now share the same ADCv1 driver.
+- HAL: STM32F0xx, STM32L0xx and STM32L1xx devices now share the same DMAv1
+ driver.
- HAL: Introduced preliminary support for STM32F7xx devices.
- HAL: Introduced preliminary support for STM32L0xx devices.
- HAL: New STM32 shared DMAv2 driver supporting channel selection (F2, F4, F7).