From 93bde18bd0e578c7027c5b7f4bce9c1b8fd95798 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 13 Dec 2014 07:48:17 -0600 Subject: [PATCH] Update ChangeLgo --- ChangeLog | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 6afa8a0775..234edd776d 100755 --- a/ChangeLog +++ b/ChangeLog @@ -9203,4 +9203,8 @@ * libc/stdio/lib_sscanf.c: Accept %X as well as %x as a format specifier. From Sébastien Lorquet (2014-12-12). * libc/stdio/lib_sscanf.c: Also accept %F as well as %f (2014-12-12). - + * arch/arm/src/stm32/stm32_otghsdev.c: For STM32 OTG HS DEV (in FS + mode): Disable ULPI clock enable in RCC AHB1 Register. If Both ULPI + and the FS clock enable bits are set in FS mode, then the ARM never + awakens from WFI due to a chip issue. This is only an issue if you + are using the internal PHY. From Ken Pettit (2012-12-13).