Fixed bug #485.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6871 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
41181d614a
commit
640874e076
|
@ -448,6 +448,7 @@ bool_t mmcConnect(MMCDriver *mmcp) {
|
||||||
|
|
||||||
/* Connection procedure in progress.*/
|
/* Connection procedure in progress.*/
|
||||||
mmcp->state = BLK_CONNECTING;
|
mmcp->state = BLK_CONNECTING;
|
||||||
|
mmcp->block_addresses = FALSE;
|
||||||
|
|
||||||
/* Slow clock mode and 128 clock pulses.*/
|
/* Slow clock mode and 128 clock pulses.*/
|
||||||
spiStart(mmcp->config->spip, mmcp->config->lscfg);
|
spiStart(mmcp->config->spip, mmcp->config->lscfg);
|
||||||
|
|
|
@ -89,6 +89,8 @@
|
||||||
*****************************************************************************
|
*****************************************************************************
|
||||||
|
|
||||||
*** 2.7.0 ***
|
*** 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 STM32L1 Plus Compilation Problems (bug #484)(backported to 2.6.4).
|
||||||
- FIX: Fixed OTG HS failure when WFI instruction is enabled (bug #482)
|
- FIX: Fixed OTG HS failure when WFI instruction is enabled (bug #482)
|
||||||
(backported to 2.6.4).
|
(backported to 2.6.4).
|
||||||
|
|
Loading…
Reference in New Issue