From fac86eed75be5a9b36875038b0d5606e2cba7e48 Mon Sep 17 00:00:00 2001 From: Eekle <96976531+Eekle@users.noreply.github.com> Date: Sat, 13 Jan 2024 16:38:41 +0100 Subject: [PATCH] Remove stm32-usbd-examples from README Remove --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2a353fc..11df00f 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,10 @@ This trait declares all the peripheral properties that may vary from one device ## Examples -See the [stm32-usbd-examples](https://github.com/stm32-rs/stm32-usbd-examples) repo for different device-specific examples. +Example applications may be found in the individual device HALs: -See the `hal` example for the reference hal implementation. +- [stm32f0xx-hal USB Serial](https://github.com/stm32-rs/stm32f0xx-hal/blob/master/examples/usb_serial.rs) +- [stm32f1xx-hal USB Serial](https://github.com/stm32-rs/stm32f1xx-hal/blob/master/examples/usb_serial.rs) +- [stm32f3xx-hal USB Serial](https://github.com/stm32-rs/stm32f3xx-hal/blob/master/examples/usb_serial.rs) +- [stm32l0xx-hal USB Serial](https://github.com/stm32-rs/stm32l0xx-hal/blob/master/examples/usb_serial.rs) +- [stm32l4xx-hal USB Serial](https://github.com/stm32-rs/stm32l4xx-hal/blob/master/examples/usb_serial.rs)