From 48b229baecf9a7029e55c1aace82c56b25debb51 Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Sat, 21 Apr 2018 09:33:00 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 96affe9..1dc86d5 100644 --- a/README.md +++ b/README.md @@ -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