Skip to content

Commit

Permalink
Merge pull request #34 from Eekle/master
Browse files Browse the repository at this point in the history
Remove stm32-usbd-examples from README
  • Loading branch information
Disasm authored Jan 13, 2024
2 parents c9cdd0d + fac86ee commit 0590039
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 0590039

Please sign in to comment.