esp32-s2_dfu/src/device
Ha Thach 33610751d7
Merge pull request #336 from pigrew/edpt_close
> 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.
2020-04-16 23:10:36 +07:00
..
dcd.h Merge pull request #336 from pigrew/edpt_close 2020-04-16 23:10:36 +07:00
usbd.c Merge pull request #336 from pigrew/edpt_close 2020-04-16 23:10:36 +07:00
usbd.h add IAD for CDC ECM, remove EEM descriptor template 2020-04-15 15:40:53 +07:00
usbd_control.c USBD: Use tud_control_xfer only for data 2020-03-27 15:54:37 -04:00
usbd_pvt.h edpt_close: Updated based on feedback. 2020-04-13 09:51:46 -04:00