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
+2-5Lines changed: 2 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,7 @@
1
1
usb-device
2
2
==========
3
3
4
-
Experimental device-side USB stack for embedded devices in Rust.
5
-
6
-
This crate is still under development and should not be considered production ready or even USB
7
-
compliant.
4
+
USB stack for embedded devices in Rust.
8
5
9
6
The UsbDevice object represents a composite USB device and is the most important object for
10
7
application implementors. The UsbDevice combines a number of UsbClasses (either custom ones, or
@@ -39,7 +36,7 @@ Class crates
39
36
40
37
*[usbd-hid](https://github.com/twitchyliquid64/usbd-hid)[](https://crates.io/crates/usbd-hid) - HID class
41
38
*[usbd-human-device-interface](https://github.com/dlkj/usbd-human-interface-device)[](https://crates.io/crates/usbd-human-device-interface) - HID class
42
-
*[usbd-serial](https://github.com/mvirkkunen/usbd-serial)[](https://crates.io/crates/usbd-serial) - CDC-ACM serial port class
39
+
*[usbd-serial](https://github.com/rust-embedded-community/usbd-serial)[](https://crates.io/crates/usbd-serial) - CDC-ACM serial port class
43
40
*[usbd-storage](https://github.com/apohrebniak/usbd-storage)[](https://crates.io/crates/usbd-storage) - (Experimental) Mass storage port class
44
41
*[usbd-dfu](https://github.com/vitalyvb/usbd-dfu)[](https://crates.io/crates/usbd-dfu) - Device Firmware Upgrade class
45
42
*[usbd-picotool-reset](https://github.com/ithinuel/usbd-picotool-reset)[](https://crates.io/crates/usbd-picotool-reset) - picotool-reset class
0 commit comments