From 34c5c41cc756b72e5478bd932fc8d7ff4abe736f Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 1 Dec 2009 21:14:56 +0000 Subject: [PATCH] Fix a problem with TX status on resume from stall git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2295 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttX.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 7fe9ef3dc77..7d3719dcb5c 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: November 30, 2009

+

Last Updated: December 1, 2009

@@ -1624,6 +1624,9 @@ nuttx-4.14 2009-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> examples/usbstorage to configs/mcu123-lpc214x. * configs/stm321e-eval/up_usbstrg - Add STM32-specific logic for the examples/usbstorage test. + * arch/arm/src/stm32/stm32_usbdev.c - Fix bugs in STM32 USB device-side + driver: (1) Need to disconnect after reset received, (2) Status setup + to recover from stall on TX endpoint. pascal-0.1.3 2009-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>