diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-04-07 10:46:15 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-04-07 10:46:15 +0000 |
commit | fdc358a520a006601e443ec6ef7234128f1d4b2e (patch) | |
tree | 86422f9fb9b198dd7b957e9d9e43b672b3fcfeb3 /readme.txt | |
parent | f4434d313534c51b4934f5bc25ab143cf61e1642 (diff) | |
download | ChibiOS-fdc358a520a006601e443ec6ef7234128f1d4b2e.tar.gz ChibiOS-fdc358a520a006601e443ec6ef7234128f1d4b2e.tar.bz2 ChibiOS-fdc358a520a006601e443ec6ef7234128f1d4b2e.zip |
Fixed bug #397.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5562 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r-- | readme.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt index 094a83c55..6af7fcc65 100644 --- a/readme.txt +++ b/readme.txt @@ -89,8 +89,10 @@ *****************************************************************************
*** 2.5.2 ***
+- FIX: Fixed blkDisconnect macro typo (bug #397).
- FIX: Fixed STM32 SPI (V2) driver hangs (bug 3608241).
-- FIX: Fixed fixed I2C malfunction after fixing bug 3607518 (bug 3607549).
+- FIX: Fixed fixed I2C malfunction after fixing bug 3607518 (bug 3607549)
+ (backported to 2.4.4).
- 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)
|