summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-08-28 23:36:58 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-08-28 23:36:58 +0000
commitd9124e9c61ffb51027645a4048f3aa24ab91c05d (patch)
treee29c2a21977726ab80f9944978b70ea82e0592cb /nuttx/ChangeLog
parent3604c9bff925d1f87bec66a23fc713071fcebd02 (diff)
downloadpx4-nuttx-d9124e9c61ffb51027645a4048f3aa24ab91c05d.tar.gz
px4-nuttx-d9124e9c61ffb51027645a4048f3aa24ab91c05d.tar.bz2
px4-nuttx-d9124e9c61ffb51027645a4048f3aa24ab91c05d.zip
I think the STM32 UST OTG FS host driver is finally finished
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5065 42af7a65-404d-4744-a932-0658087f49c3
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 c3c81108e..62b05931d 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -3211,3 +3211,5 @@
is now required to enabled strerror(). Add an option
CONFIG_LIBC_STRERROR_SHORT that can be used to output shortened
strings by strerror().
+ * arch/arm/src/stm32/stm32_usbotghost.c: Finally... the USB OTG FS
+ appears to handle NAKing correctly is complete.