aboutsummaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-05-28 17:06:19 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-05-28 17:06:19 +0000
commit7d59330a69d39f239bbba8f16944e0d01554ac8f (patch)
tree23a3a97ca1f36348a84bcb4d399622fc87a6eb73 /nuttx/ChangeLog
parent4bba15ad8191e09bf02c89e8b99fda015eecd57b (diff)
downloadpx4-firmware-7d59330a69d39f239bbba8f16944e0d01554ac8f.tar.gz
px4-firmware-7d59330a69d39f239bbba8f16944e0d01554ac8f.tar.bz2
px4-firmware-7d59330a69d39f239bbba8f16944e0d01554ac8f.zip
STM32 OTF FS device. USB console now works for me. Some of these changes are hacks that need to be revisited.
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4777 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 88f579f8b..d6bf477ed 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -2819,4 +2819,8 @@
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
+ to done in that case.
+ * arch/arc/src/stm32_otgfsdev.c: Fixed some status settings in queuing of write
+ messages. Added a "hack" to work around missing TxFIFO empty interrupts. The
+ hack is basically to poll for space in the TxFIFO instead of of setting up
+ the interrupt.