aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2015-12-05 11:17:28 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2015-12-05 11:17:28 +0000
commit9210ae4da0ebf07120028faf2473b1a11d84863c (patch)
tree5a5632aab890a9c802148ee64d8521b3c7061283 /readme.txt
parent00edb39399bbd765f08bdc917aaa6624af1f7778 (diff)
downloadChibiOS-9210ae4da0ebf07120028faf2473b1a11d84863c.tar.gz
ChibiOS-9210ae4da0ebf07120028faf2473b1a11d84863c.tar.bz2
ChibiOS-9210ae4da0ebf07120028faf2473b1a11d84863c.zip
Fixed bug #677.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8568 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 8fefe6b4a..0460478d1 100644
--- a/readme.txt
+++ b/readme.txt
@@ -137,6 +137,8 @@
- HAL: Updated STM32F0xx headers to STM32CubeF0 version 1.3.0. Added support
for STM32F030xC, STM32F070x6, STM32F070xB, STM32F091xC,
STM32F098xx devices.
+- HAL: Fixed invalid DMA settings in STM32 DACv1 driver in dual mode
+ (bug #677)(backported to 3.0.4).
- HAL: Fixed usbStop() hangs in STM32 OTGv1 driver (bug #674)(backported
to 3.0.4 and 2.6.10).
- HAL: Fixed STM32 I2Cv2 driver fails on transfers greater than 255 bytes