git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6871 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
gdisirio 2014-04-22 08:37:52 +00:00
parent 41181d614a
commit 640874e076
2 changed files with 3 additions and 0 deletions

View File

@ -448,6 +448,7 @@ bool_t mmcConnect(MMCDriver *mmcp) {
/* Connection procedure in progress.*/
mmcp->state = BLK_CONNECTING;
mmcp->block_addresses = FALSE;
/* Slow clock mode and 128 clock pulses.*/
spiStart(mmcp->config->spip, mmcp->config->lscfg);

View File

@ -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).