@@ -133,10 +133,11 @@ Peripheral Access Crates were also called Device Crates.
133
133
134
134
### NXP
135
135
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 )
137
137
- [ ` lpc11uxx ` ] ( https://crates.io/crates/lpc11uxx ) - ![ crates.io] ( https://img.shields.io/crates/v/lpc11uxx.svg )
138
138
- [ ` mkw41z ` ] ( https://crates.io/crates/mkw41z ) - ![ crates.io] ( https://img.shields.io/crates/v/mkw41z.svg )
139
139
- [ ` 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 )
140
141
141
142
### SiFive
142
143
@@ -168,7 +169,7 @@ The [`stm32-rs`](https://github.com/stm32-rs/stm32-rs) project has peripheral ac
168
169
169
170
- [ ` msp430g2553 ` ] ( https://github.com/japaric/msp430g2553 ) Peripheral access API for MSP430G2553 microcontrollers (generated using svd2rust)
170
171
- [ msp430 quickstart] ( https://github.com/japaric/msp430-quickstart ) some examples for msp430
171
-
172
+
172
173
### Ambiq Micro
173
174
174
175
- [ ` 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
189
190
190
191
- [ ` linux-embedded-hal ` ] for embedded Linux systems like the Raspberry Pi. - ![ crates.io] ( https://img.shields.io/crates/v/linux-embedded-hal.svg )
191
192
- [ ` 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
193
194
194
195
[ `linux-embedded-hal` ] : https://crates.io/crates/linux-embedded-hal
195
196
[ `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
197
198
198
199
### Microchip
199
200
@@ -217,6 +218,8 @@ Also check the list of [NXP board support crates][nxp-bsc]!
217
218
218
219
- [ ` mkw41z-hal ` ] ( https://crates.io/crates/mkw41z-hal ) - ![ crates.io] ( https://img.shields.io/crates/v/mkw41z-hal.svg )
219
220
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
+
220
223
### SiFive
221
224
222
225
- [ ` 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