Skip to content

Commit 09090d3

Browse files
authored
Merge pull request #119 from ithinuel/add-external-crate-refs
add reference to rp2040-hal and a few more class implementation crates.
2 parents 028abb9 + d851f53 commit 09090d3

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,18 @@ Hardware driver crates
3131
* [stm32-usbd](https://github.com/stm32-rs/stm32-usbd) - device-driver implementation for multiple STM32 microcontroller families.
3232
Examples can be found in each individual HAL crate that implements the USB peripheral.
3333

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+
3437
Class crates
3538
------------
3639

3740
* [usbd-hid](https://github.com/twitchyliquid64/usbd-hid) [![Crates.io](https://img.shields.io/crates/v/usbd-hid.svg)](https://crates.io/crates/usbd-hid) - HID class
41+
* [usbd-human-device-interface](https://github.com/dlkj/usbd-human-interface-device) [![Crates.io](https://img.shields.io/crates/v/usbd-human-interface-device.svg)](https://crates.io/crates/usbd-human-device-interface) - HID class
3842
* [usbd-serial](https://github.com/mvirkkunen/usbd-serial) [![Crates.io](https://img.shields.io/crates/v/usbd-serial.svg)](https://crates.io/crates/usbd-serial) - CDC-ACM serial port class
39-
43+
* [usbd-storage](https://github.com/mvirkkunen/usbd-storage) [![Crates.io](https://img.shields.io/crates/v/usbd-storage.svg)](https://crates.io/crates/usbd-storage) - (Experimental) Mass storage port class
44+
* [usbd-dfu](https://github.com/mvirkkunen/usbd-dfu) [![Crates.io](https://img.shields.io/crates/v/usbd-dfu.svg)](https://crates.io/crates/usbd-dfu) - Device Firmware Upgrade class
45+
* [usbd-picotool-reset](https://github.com/mvirkkunen/usbd-picotool-reset) [![Crates.io](https://img.shields.io/crates/v/usbd-picotool-reset.svg)](https://crates.io/crates/usbd-picotool-reset) - picotool-reset class
4046

4147
Others
4248
------

0 commit comments

Comments
 (0)