aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2018-12-29 12:38:12 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2018-12-29 12:38:12 +0000
commite3aa427548a678db8b359e24aade7227792b43ad (patch)
tree983736bae395ac0c4654972c39c270e1bee508df /readme.txt
parentef8caca39a1963d75376b4ae004b0426cc801792 (diff)
downloadChibiOS-e3aa427548a678db8b359e24aade7227792b43ad.tar.gz
ChibiOS-e3aa427548a678db8b359e24aade7227792b43ad.tar.bz2
ChibiOS-e3aa427548a678db8b359e24aade7227792b43ad.zip
DAC rework for new DMA API , DAC support for STM32H7xx.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12490 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/readme.txt b/readme.txt
index 3af418492..362089019 100644
--- a/readme.txt
+++ b/readme.txt
@@ -75,8 +75,8 @@
*****************************************************************************
*** Next ***
-- NEW: STM32H7xx port reworked to support dynamic DMA allocation for SPIv3
- and I2Cv3.
+- NEW: STM32H7xx port reworked to support dynamic DMA allocation, modified
+ DACv1, SPIv3 and I2Cv3.
- NEW: Both DMAv1 and DMAv2 have been reworked to support DMAMUX, DMAv3 has
been removed. In addition, both drivers are now able to support dynamic
channel allocation.