summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-11-10 07:30:34 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-11-10 07:30:34 -0600
commitd6dcda5f94d961fffd3380120bda78fc671e0356 (patch)
tree8258e13fb4d910eab4865e6b2b819439648f470b /nuttx/ChangeLog
parentde57e1715adcd433955bc749f2cc56184a321b86 (diff)
downloadnuttx-d6dcda5f94d961fffd3380120bda78fc671e0356.tar.gz
nuttx-d6dcda5f94d961fffd3380120bda78fc671e0356.tar.bz2
nuttx-d6dcda5f94d961fffd3380120bda78fc671e0356.zip
STM32F429I-Discovery: Add support for the usbnsh and usbmsc configurations using the OTG HS peripheral in FS mode. From Ken Pettit.
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog6
1 files changed, 4 insertions, 2 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 1b1b1336a..318e88c29 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -6005,5 +6005,7 @@
drivers extended so that they can support either the OTG FS
peripheral or the OTG HS peripheral (in FS mode). This was
done as a quick way to get USB support on the STM32F429 which
- has only OTG HS. From Ken Pettit (2013-11-9).
-
+ has only OTG HS. From Ken Pettit (2013-11-10).
+ * configs/stm32f429i-disco: Add support for the usbnsh and
+ usbmsc configurations using the OTG HS peripheral in FS mode.
+ From Ken Pettit (2013-11-10)