summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-28 17:06:19 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-28 17:06:19 +0000
commitf92cfd55719458f036d7190e54f84b3a4658f2ca (patch)
tree23a3a97ca1f36348a84bcb4d399622fc87a6eb73 /nuttx/ChangeLog
parent468a080619ed5c3efd1ad29a72bdf8ed48cbc92d (diff)
downloadnuttx-f92cfd55719458f036d7190e54f84b3a4658f2ca.tar.gz
nuttx-f92cfd55719458f036d7190e54f84b3a4658f2ca.tar.bz2
nuttx-f92cfd55719458f036d7190e54f84b3a4658f2ca.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: svn://svn.code.sf.net/p/nuttx/code/trunk@4777 42af7a65-404d-4744-a932-0658087f49c3
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.