| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
enhance bus reset, unplugged, suspend, resume detection
|
|
clear this
implement unplugged detection for trans dimension dcd
|
|
tud_descriptor_other_speed_configuration_cb()
example implement tud_descriptor_device_qualifier_cb() and
tud_descriptor_other_speed_configuration_cb() on high speed device to
fully compliant to usbcv
|
|
Renesas RX reset PID to DATA0 when open endpoint
|
|
St synopsy compliance
|
|
|
|
Implement dcd_edpt_close_all() for Renesas RX family
|
|
|
|
|
|
- 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
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|