Skip to content

Commit e769b40

Browse files
bors[bot]nickray
andauthored
Merge #199
199: Reference the LPC55S6x PAC+HAL, update LPC82x PAC reference r=adamgreig a=nickray Co-authored-by: Nicolas Stalder <[email protected]>
2 parents 2451c10 + af37972 commit e769b40

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,10 +133,11 @@ Peripheral Access Crates were also called Device Crates.
133133

134134
### NXP
135135

136-
- [`lpc82x`](https://crates.io/crates/lpc82x) - ![crates.io](https://img.shields.io/crates/v/lpc82x.svg)
136+
- [`lpc82x-pac`](https://crates.io/crates/lpc82x-pac) - ![crates.io](https://img.shields.io/crates/v/lpc82x-pac.svg)
137137
- [`lpc11uxx`](https://crates.io/crates/lpc11uxx) - ![crates.io](https://img.shields.io/crates/v/lpc11uxx.svg)
138138
- [`mkw41z`](https://crates.io/crates/mkw41z) - ![crates.io](https://img.shields.io/crates/v/mkw41z.svg)
139139
- [`k64`](https://crates.io/crates/k64) - ![crates.io](https://img.shields.io/crates/v/k64.svg)
140+
- [`lpc55s6x-pac`](https://crates.io/crates/lpc55s6x-pac) - ![crates.io](https://img.shields.io/crates/v/lpc55s6x-pac.svg)
140141

141142
### SiFive
142143

@@ -168,7 +169,7 @@ The [`stm32-rs`](https://github.com/stm32-rs/stm32-rs) project has peripheral ac
168169

169170
- [`msp430g2553`](https://github.com/japaric/msp430g2553) Peripheral access API for MSP430G2553 microcontrollers (generated using svd2rust)
170171
- [msp430 quickstart](https://github.com/japaric/msp430-quickstart) some examples for msp430
171-
172+
172173
### Ambiq Micro
173174

174175
- [`ambiq-apollo3-pac`](https://crates.io/crates/ambiq-apollo3-pac) Peripheral access API for Ambiq Apollo3 microcontrollers (generated using svd2rust)
@@ -189,11 +190,11 @@ Implementations of [`embedded-hal`] for microcontroller families and systems run
189190

190191
- [`linux-embedded-hal`] for embedded Linux systems like the Raspberry Pi. - ![crates.io](https://img.shields.io/crates/v/linux-embedded-hal.svg)
191192
- [`ftdi-embedded-hal`] for FTDI FTx232H chips connected to Linux systems via USB
192-
- [`bitbang-hal`] software protocol implementations for microcontrollers with digital::OutputPin and digital::InputPin
193+
- [`bitbang-hal`] software protocol implementations for microcontrollers with digital::OutputPin and digital::InputPin
193194

194195
[`linux-embedded-hal`]: https://crates.io/crates/linux-embedded-hal
195196
[`ftdi-embedded-hal`]: https://github.com/geomatsi/ftdi-embedded-hal
196-
[`bitbang-hal`]: https://crates.io/crates/bitbang-hal
197+
[`bitbang-hal`]: https://crates.io/crates/bitbang-hal
197198

198199
### Microchip
199200

@@ -217,6 +218,8 @@ Also check the list of [NXP board support crates][nxp-bsc]!
217218

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

221+
- [`lpc55s6x-hal`](https://crates.io/crates/lpc55s6x-hal) - [![crates.io](https://img.shields.io/crates/v/lpc55s6x-hal.svg)](https://crates.io/crates/lpc55s6x-hal)
222+
220223
### SiFive
221224

222225
- [`e310x-hal`](https://github.com/riscv-rust/e310x-hal) - HAL for SiFive [Freedom E310](https://www.sifive.com/cores/e31) MCUs - ![crates.io](https://img.shields.io/crates/v/e310x-hal.svg)

0 commit comments

Comments
 (0)