aboutsummaryrefslogtreecommitdiff
path: root/embassy-usb/src/class/web_usb.rs
Commit message (Collapse)AuthorAgeFilesLines
* Update Rust nightly, stable.Dario Nieuwenhuis2025-07-041-1/+1
|
* doc: Fix "the the"Ronald Weber2025-02-191-1/+1
|
* feature: WebUSB capability implementationChris Maniewski2024-04-271-0/+186
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.