| Age | Commit message (Collapse) | Author |
|
|
|
Rp2040 compliance test
|
|
|
|
aslo rename reset_ep0_pid() and clean up. We only need to reset pid when
setup packet received
|
|
|
|
|
|
- stall will remove pending (not complete) transfer. Correct reset data
toggle when clear stall.
- remove buf ctrl debug code
|
|
transfer
|
|
|
|
note: dcd should resume to prio-stalled queued transfer when unstall
|
|
Update SAMD to pass USBCV
|
|
required to pass one of msc test.
|
|
|
|
nrf5x USB Compliance Verification Test suite
|
|
|
|
|
|
|
|
|
|
|
|
- limit out xact dma to prevent usbd overflow in certain situation after
stalled
- drained already acked data when stalling an OUT endpoint
|
|
add more log, pass more complaint test
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
correctly responded to TD 9.13 Set Configuration Test
|
|
|
|
Fix vendor fifo deadlock, add tud_vendor_n_read_flush
|
|
|
|
complete Sony PS4 dualshock controller example
|
|
- tuh_device_get_speed() to tuh_speed_get()
- tuh_device_configured() to tuh_mounted()
- tuh_device_ready() to tuh_ready()
|
|
More host improvement
|
|
|
|
|
|
|
|
|
|
separate dev0 from _usbh_devices pool to save sram
|
|
remove usbh_hcd.h
|
|
|
|
|
|
|
|
|
|
|