diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-04-22 08:37:52 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-04-22 08:37:52 +0000 |
commit | 640874e0764aee15d2c7d00d88ece23b32d5ff2a (patch) | |
tree | 17691c3b3221dc826e22a2b846f15721ccdbb8b5 /readme.txt | |
parent | 41181d614a73711ea1337a9c411db4a8b6e8a9d2 (diff) | |
download | ChibiOS-640874e0764aee15d2c7d00d88ece23b32d5ff2a.tar.gz ChibiOS-640874e0764aee15d2c7d00d88ece23b32d5ff2a.tar.bz2 ChibiOS-640874e0764aee15d2c7d00d88ece23b32d5ff2a.zip |
Fixed bug #485.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6871 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r-- | readme.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt index e6ebde01a..448031888 100644 --- a/readme.txt +++ b/readme.txt @@ -89,6 +89,8 @@ *****************************************************************************
*** 2.7.0 ***
+- FIX: Fixed MMC_SPI driver block_addresses is not initialized after
+ reconnection (bug #485)(backported to 2.6.4).
- FIX: Fixed STM32L1 Plus Compilation Problems (bug #484)(backported to 2.6.4).
- FIX: Fixed OTG HS failure when WFI instruction is enabled (bug #482)
(backported to 2.6.4).
|