From a37eaacc6a488188b2527d193a93c8a171e5a0e8 Mon Sep 17 00:00:00 2001 From: chrysn Date: Thu, 31 Jan 2019 09:56:36 +0100 Subject: [PATCH] REAMDE: Call Device Crates PACs This follows the terminology established in the [book]. [book]: https://rust-embedded.github.io/book/portability/ --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 958c713..3a14b2a 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ This project is developed and maintained by the [Resources team][team]. * [Community](#community) * [Books, blogs and training materials](#books-blogs-and-training-materials) * [Tools](#tools) -* [Device crates](#device-crates) +* [Peripheral Access Crates](#peripheral-access-crates) * [Nordic](#nordic) * [NXP](#nxp) * [STMicroelectronics](#stmicroelectronics) @@ -86,20 +86,22 @@ In 2018 Rust community has created an embedded workgroup to help drive adoption [embedded-hal-mock]: https://crates.io/crates/embedded-hal-mock -## Device crates +## Peripheral Access Crates Register definition for microcontroller families. Usually generated using [`svd2rust`]. - ![crates.io](https://img.shields.io/crates/v/svd2rust.svg) +Peripheral Access Crates were also called Device Crates. + [`svd2rust`]: https://crates.io/crates/svd2rust -*NOTE* You may be able to find even more device crates by searching for the +*NOTE* You may be able to find even more peripheral access crates by searching for the [`svd2rust`][svd2rust-kw] keyword on crates.io! [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. +- [`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. ### Nordic