aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2015-11-14 18:38:36 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2015-11-14 18:38:36 +0000
commit4031ccce3ae6544e81f1b26f8e407efb15594278 (patch)
tree58db811ad78f18f559a139d68622789ae2f02741 /readme.txt
parent3f53115539e279a12f04ce07ef9f021bfee310fa (diff)
downloadChibiOS-4031ccce3ae6544e81f1b26f8e407efb15594278.tar.gz
ChibiOS-4031ccce3ae6544e81f1b26f8e407efb15594278.tar.bz2
ChibiOS-4031ccce3ae6544e81f1b26f8e407efb15594278.zip
Fixed bug #671.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8490 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index 06857c225..3fe6a3d4c 100644
--- a/readme.txt
+++ b/readme.txt
@@ -134,6 +134,7 @@
- HAL: Updated STM32F0xx headers to STM32CubeF0 version 1.3.0. Added support
for STM32F030xC, STM32F070x6, STM32F070xB, STM32F091xC,
STM32F098xx devices.
+- HAL: Fixed STM32 I2Cv2 DMA conflict (bug #671)(backported to 3.0.4).
- HAL: Fixed I2S clock selection not working in STM32F4xx HAL (bug #667)
(backported to 3.0.4 and 2.6.10).
- HAL: Fixed differences in STM32F3 ADC macro definitions (bug #665)