| Age | Commit message (Collapse) | Author |
|
nuc505: change dcd_set_config() behavior
|
|
Cxd56 disconnect connect
|
|
|
|
|
|
|
|
Valentyusb dcd disconnect connect
|
|
Synopsys msp430 dcd disconnect connect
|
|
samg implement dcd connect/disconnect
|
|
> If you notice my chain of events above, the bulk transfer was started BEFORE the SET_INTERFACE call. The USB device hardware swaps the order of them being delivered. On STM32, it gives priority to the lower-numbered EP index.
It shouldn't be a matter, control is 2+ stage, before sending the setup. Host should stop all communication to the endpoint that It wants to close.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fix incorrect setup packet
|
|
stm32fsdev: Implement dcd_connect.
|
|
also increase usbd stack in example when debug is enabled
|
|
port ESP32 S2
|
|
|
|
|
|
|
|
add note for up to 5 active IN endpoints (including EP0 IN)
|
|
|
|
|
|
more format clean up
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|