summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-11-10 07:23:06 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-11-10 07:23:06 -0600
commitde57e1715adcd433955bc749f2cc56184a321b86 (patch)
tree1ea603e590cc2c4f932469bdff9d53f8793bee03 /nuttx/ChangeLog
parentfb7c644c64eceebc0f8681a87caa1111c7f539b9 (diff)
downloadnuttx-de57e1715adcd433955bc749f2cc56184a321b86.tar.gz
nuttx-de57e1715adcd433955bc749f2cc56184a321b86.tar.bz2
nuttx-de57e1715adcd433955bc749f2cc56184a321b86.zip
STM32 OTG FS device and host 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
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 6086cfd2f..1b1b1336a 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -6001,4 +6001,9 @@
configuration for the Spark. From David Sidran (2013-11-7).
* arch/arm/src/sama5/sam_ssc.c and .h: First cut of SAMA5
SSC/I2S driver is code complete (2013-11-9).
+ * arch/arm/src/stm32 (numerous files): OTG FS device and host
+ 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).