You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,9 +40,11 @@ Class crates
40
40
*[usbd-storage](https://github.com/apohrebniak/usbd-storage)[](https://crates.io/crates/usbd-storage) - (Experimental) Mass storage port class
41
41
*[usbd-dfu](https://github.com/vitalyvb/usbd-dfu)[](https://crates.io/crates/usbd-dfu) - Device Firmware Upgrade class
42
42
*[usbd-picotool-reset](https://github.com/ithinuel/usbd-picotool-reset)[](https://crates.io/crates/usbd-picotool-reset) - picotool-reset class
43
+
*[usbd-midi](https://github.com/rust-embedded-community/usbd-midi)[](https://crates.io/crates/usbd-midi) - MIDI class
43
44
44
45
Others
45
46
------
46
47
47
48
Other implementations for USB in Rust
49
+
48
50
* The [Embassy](https://github.com/embassy-rs/embassy) project has an async USB stack, embassy-usb.
0 commit comments