Merge pull request #28 from wez/patch-3

Add link to WIP atsamd21 device and hal crates
This commit is contained in:
Daniel Egger 2018-04-21 20:37:47 +02:00 committed by GitHub
commit 08043910a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -82,6 +82,10 @@ Register definition for microcontroller families. Usually generated using [`svd2
[svd2rust-kw]: https://crates.io/keywords/svd2rust
### Microchip
- [`atsamd21`](https://github.com/wez/atsamd21-rs) Peripheral access API for Microchip (formerly 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)