Skip to content

Commit 0a55ee7

Browse files
authored
Merge pull request #28 from twitchyliquid64/master
Add mention of atsamd51 device driver to README
2 parents 99b4f41 + f7d1d9a commit 0a55ee7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ Hardware driver crates
2323
* [stm32-usbd](https://github.com/stm32-rs/stm32-usbd) - device-driver implementation for multiple STM32 microcontroller families.
2424
Examples can be found in [stm32-usbd-examples](https://github.com/stm32-rs/stm32-usbd-examples).
2525

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+
2629
Class crates
2730
------------
2831

0 commit comments

Comments
 (0)