summaryrefslogtreecommitdiffstats
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
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 c3c81108ed..62b05931d1 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.