Fixed bug #996.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12506 110e8d01-0319-4d1e-a829-52ad28d1bb01
This commit is contained in:
parent
09b2350eb5
commit
1396446bb3
|
@ -140,6 +140,7 @@ static void otg_core_reset(USBDriver *usbp) {
|
||||||
|
|
||||||
/* Core reset and delay of at least 3 PHY cycles.*/
|
/* Core reset and delay of at least 3 PHY cycles.*/
|
||||||
otgp->GRSTCTL = GRSTCTL_CSRST;
|
otgp->GRSTCTL = GRSTCTL_CSRST;
|
||||||
|
osalSysPolledDelayX(12);
|
||||||
while ((otgp->GRSTCTL & GRSTCTL_CSRST) != 0)
|
while ((otgp->GRSTCTL & GRSTCTL_CSRST) != 0)
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|
|
@ -184,6 +184,8 @@
|
||||||
- EX: Updated LIS302DL to 1.1.0 (backported to 18.2.1).
|
- EX: Updated LIS302DL to 1.1.0 (backported to 18.2.1).
|
||||||
- EX: Updated LPS25H to 1.1.0 (backported to 18.2.1).
|
- EX: Updated LPS25H to 1.1.0 (backported to 18.2.1).
|
||||||
- EX: Updated LSM303DLHC to 1.1.0 (backported to 18.2.1).
|
- EX: Updated LSM303DLHC to 1.1.0 (backported to 18.2.1).
|
||||||
|
- HAL: Fixed timing problem in STM32 OTGv1 driver (bug #996)
|
||||||
|
(backported to 18.2.2 and 17.6.5).
|
||||||
- HAL: Fixed restrictive check in MMC-SPI driver (bug #995)
|
- HAL: Fixed restrictive check in MMC-SPI driver (bug #995)
|
||||||
(backported to 18.2.2 and 17.6.5).
|
(backported to 18.2.2 and 17.6.5).
|
||||||
- HAL: Fixed misplaced check in STM32 ST driver (bug #994)
|
- HAL: Fixed misplaced check in STM32 ST driver (bug #994)
|
||||||
|
|
Loading…
Reference in New Issue