From 8865c401f24aa8f09ebf5a7c74b1ff30fa307ea6 Mon Sep 17 00:00:00 2001 From: Geert Stappers Date: Fri, 27 Dec 2024 12:48:14 +0100 Subject: [PATCH] docs: sort the hardware driver list And avoiding loooonnngg line of the moved entry. Sign-off-by: Geert Stappers --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e6deb40..cb4ce7d 100644 --- a/README.md +++ b/README.md @@ -28,12 +28,14 @@ Hardware driver crates * [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. Examples can be found in [py32-hal](https://github.com/py32-rs/py32-hal/tree/main/examples/usbd-f072). +* [rp2040-hal](https://github.com/rp-rs/rp-hal) - +device-driver implementation for the raspberry pi RP2040 +microcontroller. Examples can be found in the various boards +crates [here](https://github.com/rp-rs/rp-hal-boards). + * [stm32-usbd](https://github.com/stm32-rs/stm32-usbd) - device-driver implementation for multiple STM32 microcontroller families. Examples can be found in each individual HAL crate that implements the USB peripheral. -* [rp2040-hal](https://github.com/rp-rs/rp-hal) - device-driver implementation for the raspberry pi RP2040 microcontroller. Examples can be found - in the various boards crates [here](https://github.com/rp-rs/rp-hal-boards). - Class crates ------------