Skip to content

Commit 9e8ec72

Browse files
stappersgeldruin
authored andcommitted
docs: sort the hardware driver list
And avoiding loooonnngg line of the moved entry. Sign-off-by: Geert Stappers <stappers@stappers.it>
1 parent 8ace6c0 commit 9e8ec72

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,14 @@ Hardware driver crates
2828
* [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.
2929
Examples can be found in [py32-hal](https://github.com/py32-rs/py32-hal/tree/main/examples/usbd-f072).
3030

31+
* [rp2040-hal](https://github.com/rp-rs/rp-hal) -
32+
device-driver implementation for the raspberry pi RP2040
33+
microcontroller. Examples can be found in the various boards
34+
crates [here](https://github.com/rp-rs/rp-hal-boards).
35+
3136
* [stm32-usbd](https://github.com/stm32-rs/stm32-usbd) - device-driver implementation for multiple STM32 microcontroller families.
3237
Examples can be found in each individual HAL crate that implements the USB peripheral.
3338

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-
3739
Class crates
3840
------------
3941

0 commit comments

Comments
 (0)