aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-05-22 06:32:02 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-05-22 06:32:02 +0000
commitb14c34d67db82417b171dbfe052be9ceacdf17e4 (patch)
treef5e7413617ef4163252605df35393402a6ae3e44 /readme.txt
parent42476118ad82557a6acf94b61fdf396986531493 (diff)
downloadChibiOS-b14c34d67db82417b171dbfe052be9ceacdf17e4.tar.gz
ChibiOS-b14c34d67db82417b171dbfe052be9ceacdf17e4.tar.bz2
ChibiOS-b14c34d67db82417b171dbfe052be9ceacdf17e4.zip
Fixed bug 3005628.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1947 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 f59955e86..5d8f57945 100644
--- a/readme.txt
+++ b/readme.txt
@@ -59,6 +59,8 @@
*****************************************************************************
*** 1.5.7 ***
+- FIX: Fixed missing SPI driver reinitialization in the MMC driver (bug
+ 3005628)(backported in 1.4.4).
- FIX: Fixed wrong inclusion order of board.h and halconf.h into hal.h
(bug 3005041)(backported in 1.4.4).
- FIX: Fixed wrong GPIO ports size in the STM8 PAL driver (bug 3001528).