From 7b23f40a66e14a73f35f1008081b404badea9794 Mon Sep 17 00:00:00 2001 From: Tom Date: Wed, 16 Oct 2019 10:47:22 +1100 Subject: [PATCH 1/2] Add mention of atsamd51 implementation to README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 2609306..20cb387 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,9 @@ Hardware driver crates * [stm32-usbd](https://github.com/stm32-rs/stm32-usbd) - device-driver implementation for multiple STM32 microcontroller families. Examples can be found in [stm32-usbd-examples](https://github.com/stm32-rs/stm32-usbd-examples). +* [atsamd](https://github.com/atsamd-rs/atsamd) - device-driver implementation for samd51 microcontrollers. An example for the + itsybitsy_m4 board from Adafruit can be found [here](https://github.com/atsamd-rs/atsamd/blob/master/boards/itsybitsy_m4/examples/usb_serial.rs). + Class crates ------------ From f7d1d9a956c6edd3e5f05b317efb7e4bc560666e Mon Sep 17 00:00:00 2001 From: Tom Date: Wed, 22 Jan 2020 22:15:36 -0800 Subject: [PATCH 2/2] Also mention newly-implemented samd21 UsbBus implementation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 20cb387..79b60bf 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Hardware driver crates * [stm32-usbd](https://github.com/stm32-rs/stm32-usbd) - device-driver implementation for multiple STM32 microcontroller families. Examples can be found in [stm32-usbd-examples](https://github.com/stm32-rs/stm32-usbd-examples). -* [atsamd](https://github.com/atsamd-rs/atsamd) - device-driver implementation for samd51 microcontrollers. An example for the +* [atsamd](https://github.com/atsamd-rs/atsamd) - device-driver implementation for samd21 & samd51 microcontrollers. An example for the itsybitsy_m4 board from Adafruit can be found [here](https://github.com/atsamd-rs/atsamd/blob/master/boards/itsybitsy_m4/examples/usb_serial.rs). Class crates