Merge pull request #139 from ammoniak/patch-1

Update README.md
This commit is contained in:
Daniel Egger 2019-02-11 15:18:28 +01:00 committed by GitHub
commit ad3a2f6ceb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -102,6 +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) - ![crates.io](https://img.shields.io/crates/v/sam3x8e.svg)
### Nordic