From 19956174022c947859fe831ebfc9c37263f52802 Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Fri, 20 Apr 2018 23:53:33 -0700 Subject: [PATCH] Add link to WIP atsamd21 device and hal crates These both live in the same repo, so I'm not sure if you'd prefer to break this out and link to the subdirs in that repo or just keep this one entry. https://github.com/rust-lang-nursery/embedded-wg/issues/61 is the issue I opened with some background on this. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0cbb1c1..96affe9 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,10 @@ Register definition for microcontroller families. Usually generated using [`svd2 - [`cortex-m`](https://github.com/japaric/cortex-m) Low level access to Cortex-M processors +### Atmel / Microchip + +- [`atsamd21`](https://github.com/wez/atsamd21-rs) Peripheral access API for Atmel SAMD21 microcontrollers. This git repo hosts both the device crate and the hal. + ### 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)