mirror of
https://github.com/apache/nuttx.git
synced 2026-05-20 04:16:35 +08:00
STM32 F1 USB: Fix OUT SETUP command bug. From David Sidrane
This commit is contained in:
@@ -5992,3 +5992,6 @@
|
||||
the STM32F429. From Ken Pettit (2013-11-7).
|
||||
* configs/stm32f429i-disco: Support for the STM32F429I-Discovery
|
||||
board from Ken Pettit (2013-11-7).
|
||||
* arch/arm/src/stm32/stm32_usbdev.c: The long outstanding bug
|
||||
involviing the handling of OUT SETUP commands has been fixed in
|
||||
the STM32 F1 USB device driver by David Sidrane (2013-11-7).
|
||||
|
||||
@@ -961,6 +961,10 @@ o USB (drivers/usbdev, drivers/usbhost)
|
||||
correctly supports OUT SETUP data following the same design as
|
||||
per above.
|
||||
|
||||
Update 2013-11-7: David Sidrane has fixed with issue with the
|
||||
STM32 F1 USB device driver. Still a few more to go before this
|
||||
can be closed out.
|
||||
|
||||
Status: Open
|
||||
Priority: High for class drivers that need EP0 data. For example, the
|
||||
CDC/ACM serial driver might need the line coding data (that
|
||||
|
||||
+255
-135
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user