| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
last_buf, buf_sel, transfer_size
|
|
|
|
- total_len to remaining_len
- len to xferred_len
|
|
- make _hw_endpoint_xfer_sync and _hw_endpoint_start_next_buffer private
- drop prefix _ from _hw_endpoint_xfer_continue and
_hw_endpoint_reset_transfer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Pico 0.10.0
|
|
|
|
|
|
|
|
|
|
fix host buf_sel panic with "already available"
|
|
|
|
|
|
|
|
|
|
Remove reference to the deprecated "num" and "in" members of struct hw_endpoint which still exist in an assert statement and break DEBUG builds.
|
|
|
|
|
|
|
|
- also use dcd_event_bus_reset()
- Add TODO for suspend, resume later on (need to test with/without vbus
detection).
|
|
|
|
add rp2040 to host example build
|
|
rp2040: use TU endpoint conventions and remove redundant variables
|
|
|
|
|
|
Update RP2040 hcd_init to have rhport argument.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|