summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-12-13 07:48:17 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-12-13 07:48:17 -0600
commit7eb8ddd8f94c5d8918f1b7306388393b0f591b3d (patch)
tree040ecd624cca00835dbe3dad2f072707d701de22 /nuttx/ChangeLog
parent995995b0e129068cad4ddf1a68dcb18b34064b7e (diff)
downloadnuttx-7eb8ddd8f94c5d8918f1b7306388393b0f591b3d.tar.gz
nuttx-7eb8ddd8f94c5d8918f1b7306388393b0f591b3d.tar.bz2
nuttx-7eb8ddd8f94c5d8918f1b7306388393b0f591b3d.zip
Update ChangeLgo
Diffstat (limited to 'nuttx/ChangeLog')
-rwxr-xr-xnuttx/ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 6afa8a077..234edd776 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/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).