| Age | Commit message (Collapse) | Author |
|
|
|
|
|
- implement dcd_edpt_close_all()
- reset dtoggle when open endpoint
- correct dev interrupt mask on bus reset
|
|
|
|
|
|
This reverts commit 2e23f3dd7287186445aeab39108f81c51644ed77.
|
|
|
|
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
|
|
Add ring buffer ON/OFF switch.
|
|
|
|
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
|
|
|
|
|