From 5f5505805afc654521b66d9860ad0d18eeed3131 Mon Sep 17 00:00:00 2001 From: David Sawatzke Date: Fri, 3 Jan 2020 14:32:03 +0100 Subject: [PATCH 1/2] Add lpc845-pac and replace lpc82x-hal with lpc8xx-hal --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 911c6a2..14139ae 100644 --- a/README.md +++ b/README.md @@ -149,6 +149,7 @@ Peripheral Access Crates were also called Device Crates. ### NXP - [`lpc82x-pac`](https://crates.io/crates/lpc82x-pac) - ![crates.io](https://img.shields.io/crates/v/lpc82x-pac.svg) +- [`lpc845-pac`](https://crates.io/crates/lpc485-pac) - ![crates.io](https://img.shields.io/crates/v/lpc845-pac.svg) - [`lpc11uxx`](https://crates.io/crates/lpc11uxx) - ![crates.io](https://img.shields.io/crates/v/lpc11uxx.svg) - [`mkw41z`](https://crates.io/crates/mkw41z) - ![crates.io](https://img.shields.io/crates/v/mkw41z.svg) - [`k64`](https://crates.io/crates/k64) - ![crates.io](https://img.shields.io/crates/v/k64.svg) @@ -248,7 +249,8 @@ Also check the list of [NXP board support crates][nxp-bsc]! [nxp-bsc]: #nxp-1 -- [`lpc82x-hal`](https://crates.io/crates/lpc82x-hal) - [![crates.io](https://img.shields.io/crates/v/lpc82x-hal.svg)](https://crates.io/crates/lpc82x-hal) +- [`lpc8xx-hal`](https://crates.io/crates/lpc8xx-hal) - HAL for lpc82x and + lpc845 - [![crates.io](https://img.shields.io/crates/v/lpc8xx-hal.svg)](https://crates.io/crates/lpc8xx-hal) - [`mkw41z-hal`](https://crates.io/crates/mkw41z-hal) - ![crates.io](https://img.shields.io/crates/v/mkw41z-hal.svg) From 40d23c256052c3cbc15987d3c3517ecd76f5ce40 Mon Sep 17 00:00:00 2001 From: David Sawatzke Date: Fri, 3 Jan 2020 14:37:45 +0100 Subject: [PATCH 2/2] Fix link to nxp board support crates --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 14139ae..5019f7c 100644 --- a/README.md +++ b/README.md @@ -247,7 +247,7 @@ Implementations of [`embedded-hal`] for microcontroller families and systems run Also check the list of [NXP board support crates][nxp-bsc]! -[nxp-bsc]: #nxp-1 +[nxp-bsc]: #nxp-2 - [`lpc8xx-hal`](https://crates.io/crates/lpc8xx-hal) - HAL for lpc82x and lpc845 - [![crates.io](https://img.shields.io/crates/v/lpc8xx-hal.svg)](https://crates.io/crates/lpc8xx-hal)