Skip to content

Commit a2a6905

Browse files
committed
docs: add musb to hardware driver list
1 parent 6cf2c47 commit a2a6905

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ Hardware driver crates
3131
* [rp2040-hal](https://github.com/rp-rs/rp-hal) - device-driver implementation for the raspberry pi RP2040 microcontroller. Examples can be found
3232
in the various boards crates [here](https://github.com/rp-rs/rp-hal-boards).
3333

34+
* [musb](https://github.com/decaday/musb) - device-driver implementation for musb (Mentor USB, USB2.0 IP), widely used in various microcontrollers and SoCs from vendors like TI, MediaTek, Puya, and Allwinner.
35+
Examples can be found in [py32-hal](https://github.com/py32-rs/py32-hal/tree/main/examples/usbd-f072).
36+
3437
Class crates
3538
------------
3639

0 commit comments

Comments
 (0)