aboutsummaryrefslogtreecommitdiff
path: root/examples/rp/src/bin/usb_raw_bulk.rs
Commit message (Expand)AuthorAgeFilesLines
* make usb endpoint allocator methods accept an optional EndpointAddresskorbin2025-07-131-2/+2
* Remove manual settings of `composite_with_iads=true`Eekle2024-12-241-7/+0
* usb: remove device_descriptor buffer, store bytes in UsbDevice.inner insteadAdam Greig2024-03-231-2/+0
* ci: use beta, add secondary nightly ci.Dario Nieuwenhuis2023-12-211-1/+0
* rp: Remove control handler from USB raw bulk examplekalkyl2023-11-071-9/+1
* fmtkalkyl2023-11-071-1/+1
* Use driver reexportkalkyl2023-11-071-1/+1
* rp: Add USB raw bulk examplekalkyl2023-11-071-0/+150