From 7d59330a69d39f239bbba8f16944e0d01554ac8f Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 28 May 2012 17:06:19 +0000 Subject: 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 --- nuttx/ChangeLog | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'nuttx/ChangeLog') 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. -- cgit v1.2.3