summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-04-17 10:52:27 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-04-17 10:52:27 -0600
commitea09094818818ecd65a622a15ea672f5b9ff72e2 (patch)
tree9abf2f35aea4fb2950ca1c3af303b66ed60d2d43 /nuttx/ChangeLog
parent6f70ad63153a7cb4d035f0a9be411a3da4eac15b (diff)
downloadnuttx-ea09094818818ecd65a622a15ea672f5b9ff72e2.tar.gz
nuttx-ea09094818818ecd65a622a15ea672f5b9ff72e2.tar.bz2
nuttx-ea09094818818ecd65a622a15ea672f5b9ff72e2.zip
STM32 OTGFS Host: Changes from Leo for low-speed devices and interrupt endpoints
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index ba40b24fa..e9d2f12ba 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -7190,4 +7190,6 @@
* configs/sama5dx-ek/include/board.h and sama5d3-xplained.h: These files
referenct type xcpt_t and so must include nuttx/irq.h. This is
Sourceforge bug 25 submitted by Luciano Neri (2014-4-17).
+ * arch/arm/src/stm32/stm32_otgfshost.c: Some fixes related to low-speed
+ devices and interrupt endpoints from Leo (2014-4-17).