summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-27 15:15:57 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-27 15:15:57 +0000
commit22f5d323fa5ffcea62a3fd3658ae1412c0f7445a (patch)
tree38b0f258ebf22e8f6d25a209c3b06f7e3aeda991 /nuttx/ChangeLog
parent1caf0a84f85f55d2d34066797cd46ecea8c7627e (diff)
downloadnuttx-22f5d323fa5ffcea62a3fd3658ae1412c0f7445a.tar.gz
nuttx-22f5d323fa5ffcea62a3fd3658ae1412c0f7445a.tar.bz2
nuttx-22f5d323fa5ffcea62a3fd3658ae1412c0f7445a.zip
STM32 OTG FS device: Don't process TXFE^Cf we have already processed an XFRC interrupt.
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4775 42af7a65-404d-4744-a932-0658087f49c3
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