mirror of
https://github.com/hathach/tinyusb.git
synced 2026-03-30 19:33:35 +00:00
- make control transfer as part of usbd. Class driver must use usbd_control_ API() instead of dcd_ api. - change the signature of class driver's control_request - allow control request complete to stall in staus stage - move control request parser & handling to usbd.