summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
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)