| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
- 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.
|
|
|
|
|
|
|
|
|
|
rp2040: correctly size variables to reduce RAM usage
|
|
|
|
|
|
|
|
|
|
Enhance Host MSC
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
start the assimilation of Pi Pico into TU
|
|
|
|
|
|
Pass the next setup package when USB stack is ready to receive it.
When the transfer is 0 on EP0 send complete to the USB stack
Pass the data received after the setup package to the USB stack.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Dcd synopsis mem allocation
|