summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 129f60488..88f579f8b 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -2817,3 +2817,6 @@
packets. It was not using the maximum request size, but instead the previous
request size. As a result, packets get smaller, and smaller, and ... This
is an important USB serial fix.
+ * arch/arc/src/stm32_otgfsdev.c: Bug fix: Don't process TXFE if we have
+ already processed an XFRC interrupt. We have already done what needs
+ to done in that case. \ No newline at end of file