Update README.md

This commit is contained in:
Wez Furlong 2018-04-21 09:33:00 -07:00 committed by GitHub
parent 1995617402
commit 48b229baec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -83,9 +83,9 @@ 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
### 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.
- [`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