aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-05-27 14:50:05 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-05-27 14:50:05 +0000
commitc0cbc2411e6a7d347be5d20cffcca8d703bf6324 (patch)
tree79e35643886d8fe10e02ee7a3a334d9dc7d69b1c /readme.txt
parent2b01d72e42576594924aa12fe50571cd56cafbb5 (diff)
downloadChibiOS-c0cbc2411e6a7d347be5d20cffcca8d703bf6324.tar.gz
ChibiOS-c0cbc2411e6a7d347be5d20cffcca8d703bf6324.tar.bz2
ChibiOS-c0cbc2411e6a7d347be5d20cffcca8d703bf6324.zip
Fixed bug 3530043.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4244 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 75cc23fe0..c20f296f5 100644
--- a/readme.txt
+++ b/readme.txt
@@ -81,6 +81,8 @@
*****************************************************************************
*** 2.5.0 ***
+- FIX: Fixed timeout related race condition in STM32 I2C driver (bug 3530043)
+ (backported to 2.4.2).
- FIX: Fixed wrong macro check in STM32 MAC driver (bug 3527179)(backported
to 2.4.2).
- FIX: Fixed error in STM32L-Discovery board.h file (bug 3526918)(backported