We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 99b4f41 + f7d1d9a commit 0a55ee7Copy full SHA for 0a55ee7
README.md
@@ -23,6 +23,9 @@ Hardware driver crates
23
* [stm32-usbd](https://github.com/stm32-rs/stm32-usbd) - device-driver implementation for multiple STM32 microcontroller families.
24
Examples can be found in [stm32-usbd-examples](https://github.com/stm32-rs/stm32-usbd-examples).
25
26
+* [atsamd](https://github.com/atsamd-rs/atsamd) - device-driver implementation for samd21 & samd51 microcontrollers. An example for the
27
+ itsybitsy_m4 board from Adafruit can be found [here](https://github.com/atsamd-rs/atsamd/blob/master/boards/itsybitsy_m4/examples/usb_serial.rs).
28
+
29
Class crates
30
------------
31
0 commit comments