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.
This commit is contained in:
Wez Furlong 2018-04-20 23:53:33 -07:00 committed by GitHub
parent 5c1a320648
commit 1995617402
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)