aboutsummaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-08-28 23:36:58 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-08-28 23:36:58 +0000
commit6389a944b5a07aa6315e1e7c0a6a955c0648e6f4 (patch)
treee29c2a21977726ab80f9944978b70ea82e0592cb /nuttx/ChangeLog
parent9527119f73d00229cbe74611f9ebc5c8d8c33f0f (diff)
downloadpx4-firmware-6389a944b5a07aa6315e1e7c0a6a955c0648e6f4.tar.gz
px4-firmware-6389a944b5a07aa6315e1e7c0a6a955c0648e6f4.tar.bz2
px4-firmware-6389a944b5a07aa6315e1e7c0a6a955c0648e6f4.zip
I think the STM32 UST OTG FS host driver is finally finished
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5065 7fd9a85b-ad96-42d3-883c-3090e2eb8679
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.