Skip to content

Commit ecab615

Browse files
Merge #235
235: Add lpc845-pac & hal r=jamesmunns a=david-sawatzke Lpc845 support was added to lpc82x-hal, so it was renamed lpc8xx-hal. Also fixes a broken link Co-authored-by: David Sawatzke <[email protected]>
2 parents fa6efef + 40d23c2 commit ecab615

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ Peripheral Access Crates were also called Device Crates.
150150
### NXP
151151

152152
- [`lpc82x-pac`](https://crates.io/crates/lpc82x-pac) - ![crates.io](https://img.shields.io/crates/v/lpc82x-pac.svg)
153+
- [`lpc845-pac`](https://crates.io/crates/lpc485-pac) - ![crates.io](https://img.shields.io/crates/v/lpc845-pac.svg)
153154
- [`lpc11uxx`](https://crates.io/crates/lpc11uxx) - ![crates.io](https://img.shields.io/crates/v/lpc11uxx.svg)
154155
- [`mkw41z`](https://crates.io/crates/mkw41z) - ![crates.io](https://img.shields.io/crates/v/mkw41z.svg)
155156
- [`k64`](https://crates.io/crates/k64) - ![crates.io](https://img.shields.io/crates/v/k64.svg)
@@ -247,9 +248,10 @@ Implementations of [`embedded-hal`] for microcontroller families and systems run
247248

248249
Also check the list of [NXP board support crates][nxp-bsc]!
249250

250-
[nxp-bsc]: #nxp-1
251+
[nxp-bsc]: #nxp-2
251252

252-
- [`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)
253+
- [`lpc8xx-hal`](https://crates.io/crates/lpc8xx-hal) - HAL for lpc82x and
254+
lpc845 - [![crates.io](https://img.shields.io/crates/v/lpc8xx-hal.svg)](https://crates.io/crates/lpc8xx-hal)
253255

254256
- [`mkw41z-hal`](https://crates.io/crates/mkw41z-hal) - ![crates.io](https://img.shields.io/crates/v/mkw41z-hal.svg)
255257

0 commit comments

Comments
 (0)