aboutsummaryrefslogtreecommitdiff
path: root/examples/rp/src/bin/usb_webusb.rs
Commit message (Collapse)AuthorAgeFilesLines
* Fix rp webusb example on windowsLucas Kent2025-12-181-1/+10
|
* make usb endpoint allocator methods accept an optional EndpointAddresskorbin2025-07-131-2/+2
|
* remove incompatible device classes and protocol from RP webusb exampleJuliDi2025-04-111-6/+0
|
* rp: WebUSB example - add Windows compatibilitykalkyl2024-04-301-1/+19
|
* feature: WebUSB capability implementationChris Maniewski2024-04-271-0/+137
This adds the WebUSB implementation as per https://wicg.github.io/webusb/, using one in-endpoint and one out-endpoint as well as an example for the RP2040 to illustrate this capability.