From a704c428468386ca5236b54de82d5a712cc0fac8 Mon Sep 17 00:00:00 2001 From: Raphael Theiler Date: Mon, 11 Feb 2019 08:30:17 +0100 Subject: [PATCH 1/2] Update README.md added sam3x8e-crate to list. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d5c3ef0..e7a3ba0 100644 --- a/README.md +++ b/README.md @@ -103,6 +103,8 @@ Peripheral Access Crates were also called Device Crates. - [`atsamd21`](https://github.com/wez/atsamd21-rs) Peripheral access API for Microchip (formerly Atmel) SAMD21 microcontrollers. This git repo hosts both the peripheral access crate and the hal. +- [`sam3x8e`](https://crates.io/crates/sam3x8e) Peripheral access API for Atmel SAMD3X8E microcontrollers (generated using svd2rust). + ### Nordic - [`nrf51`](https://crates.io/crates/nrf51) Peripheral access API for nRF51 microcontrollers (generated using svd2rust) - ![crates.io](https://img.shields.io/crates/v/nrf51.svg) From 9bf74eeae6d55ee65fe4aa02471d18bcdad61d0d Mon Sep 17 00:00:00 2001 From: Raphael Theiler Date: Mon, 11 Feb 2019 15:14:38 +0100 Subject: [PATCH 2/2] Update README.md Added the crate-shield. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index e7a3ba0..51000a8 100644 --- a/README.md +++ b/README.md @@ -102,8 +102,7 @@ Peripheral Access Crates were also called Device Crates. ### Microchip - [`atsamd21`](https://github.com/wez/atsamd21-rs) Peripheral access API for Microchip (formerly Atmel) SAMD21 microcontrollers. This git repo hosts both the peripheral access crate and the hal. - -- [`sam3x8e`](https://crates.io/crates/sam3x8e) Peripheral access API for Atmel SAMD3X8E microcontrollers (generated using svd2rust). +- [`sam3x8e`](https://crates.io/crates/sam3x8e) Peripheral access API for Atmel SAMD3X8E microcontrollers (generated using svd2rust) - ![crates.io](https://img.shields.io/crates/v/sam3x8e.svg) ### Nordic