| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This was a github edit, not tested
|
|
|
|
|
|
Fix running out of memory on a device that repeatedly closes and opens an endpoint. This is a workaround at the moment. A better solution would be to implement reclaiming usb buffer memory when closing an endpoint (i.e. implement dcd_edpt_close).
|
|
Rp2040 followup2
|
|
|
|
|
|
|
|
|
|
|