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
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,12 +31,18 @@ Hardware driver crates
31
31
*[stm32-usbd](https://github.com/stm32-rs/stm32-usbd) - device-driver implementation for multiple STM32 microcontroller families.
32
32
Examples can be found in each individual HAL crate that implements the USB peripheral.
33
33
34
+
*[rp2040-hal](https://github.com/rp-rs/rp-hal) - device-driver implementation for the raspberry pi RP2040 microcontroller. Examples can be found
35
+
in the various boards crates [here](https://github.com/rp-rs/rp-hal-boards).
36
+
34
37
Class crates
35
38
------------
36
39
37
40
*[usbd-hid](https://github.com/twitchyliquid64/usbd-hid)[](https://crates.io/crates/usbd-hid) - HID class
41
+
*[usbd-human-device-interface](https://github.com/dlkj/usbd-human-interface-device)[](https://crates.io/crates/usbd-human-device-interface) - HID class
38
42
*[usbd-serial](https://github.com/mvirkkunen/usbd-serial)[](https://crates.io/crates/usbd-serial) - CDC-ACM serial port class
39
-
43
+
*[usbd-storage](https://github.com/mvirkkunen/usbd-storage)[](https://crates.io/crates/usbd-storage) - (Experimental) Mass storage port class
44
+
*[usbd-dfu](https://github.com/mvirkkunen/usbd-dfu)[](https://crates.io/crates/usbd-dfu) - Device Firmware Upgrade class
45
+
*[usbd-picotool-reset](https://github.com/mvirkkunen/usbd-picotool-reset)[](https://crates.io/crates/usbd-picotool-reset) - picotool-reset class
0 commit comments