From cc0736a66f7c9300d0abf17b7c5530e69bd75336 Mon Sep 17 00:00:00 2001 From: James Munns Date: Sun, 10 Feb 2019 17:25:39 +0100 Subject: [PATCH] Update with current nRF52 resources --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d5c3ef0..e36842e 100644 --- a/README.md +++ b/README.md @@ -106,6 +106,8 @@ Peripheral Access Crates were also called Device Crates. ### 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) +- [`nrf52832-pac`](https://crates.io/crates/nrf52832-pac) Peripheral access API for the nRF52832 - ![crates.io](https://img.shields.io/crates/v/nrf52832-pac.svg) +- [`nrf52840-pac`](https://crates.io/crates/nrf52840-pac) Peripheral access API for the nRF52840 - ![crates.io](https://img.shields.io/crates/v/nrf52832-pac.svg) ### NXP @@ -157,6 +159,8 @@ Implementations of [`embedded-hal`] for microcontroller families and systems run ### Nordic - [`nrf51-hal`](https://crates.io/crates/nrf51-hal) - ![crates.io](https://img.shields.io/crates/v/nrf51-hal.svg) +- [`nrf52832-hal`](https://crates.io/crates/nrf52832-hal) - ![crates.io](https://img.shields.io/crates/v/nrf52832-hal.svg) +- [`nrf52840-hal`](https://crates.io/crates/nrf52840-hal) - ![crates.io](https://img.shields.io/crates/v/nrf52840-hal.svg) ### NXP