aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorbarthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-03-10 21:26:04 +0000
committerbarthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-03-10 21:26:04 +0000
commit444d818b2269be3331cf00b8001cfb1e0f224bdb (patch)
treec7f079d4badb3414ff8f880e33844fc2e1dae4d5 /readme.txt
parent7f9f396a77e56e50e2ccd010688382081c4eb818 (diff)
downloadChibiOS-444d818b2269be3331cf00b8001cfb1e0f224bdb.tar.gz
ChibiOS-444d818b2269be3331cf00b8001cfb1e0f224bdb.tar.bz2
ChibiOS-444d818b2269be3331cf00b8001cfb1e0f224bdb.zip
Fixed bug 3607549. I2C malfunction after fixing bug 3607518.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5408 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 5d838de69..89f971f63 100644
--- a/readme.txt
+++ b/readme.txt
@@ -86,6 +86,7 @@
*****************************************************************************
*** 2.5.2 ***
+- FIX: Fixed fixed I2C malfunction after fixing bug 3607518 (bug 3607549)
- FIX: Fixed spurious interrupt disabling an STM32 DMA stream (bug 3607518)
(backported to 2.4.4).
- FIX: Fixed start of any ADC disables VREF and VBAT (bug 3607467)