Skip to content

Commit 4a60837

Browse files
Merge #225
225: Adding XMC4xxx PAC and HAL r=ryankurte a=lucasbrendel Adding the XMC4xxx Peripheral access crates and the XMC4 HAL crate. Co-authored-by: Lucas Brendel <[email protected]>
2 parents cb4ba87 + 3e1e693 commit 4a60837

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ This project is developed and maintained by the [Resources team][team].
2828
* [Texas Instruments](#texas-instruments)
2929
* [MSP430](#msp430)
3030
* [Ambiq Micro](#ambiq-micro)
31+
* [XMC](#xmc)
3132
* [HAL implementation crates](#hal-implementation-crates)
3233
* [OS](#os)
3334
* [Nordic](#nordic-1)
@@ -195,6 +196,18 @@ The [`stm32-rs`](https://github.com/stm32-rs/stm32-rs) project has peripheral ac
195196

196197
- [`gd32vf103-pac`](https://github.com/riscv-rust/gd32vf103-pac) Peripheral access API for GD32VF103 RISC-V microcontrollers (generated using svd2rust) - ![crates.io](https://img.shields.io/crates/v/gd32vf103-pac.svg)
197198

199+
### XMC
200+
201+
Peripheral access crates for the different XMC4xxx families of microcontrollers
202+
203+
- [`xmc4100`](https://github.com/xmc-rs/xmc4100) - ![crates.io](https://img.shields.io/crates/v/xmc4100.svg)
204+
- [`xmc4200`](https://github.com/xmc-rs/xmc4200) - ![crates.io](https://img.shields.io/crates/v/xmc4200.svg)
205+
- [`xmc4300`](https://github.com/xmc-rs/xmc4300) - ![crates.io](https://img.shields.io/crates/v/xmc4300.svg)
206+
- [`xmc4400`](https://github.com/xmc-rs/xmc4400) - ![crates.io](https://img.shields.io/crates/v/xmc4400.svg)
207+
- [`xmc4500`](https://github.com/xmc-rs/xmc4500) - ![crates.io](https://img.shields.io/crates/v/xmc4500.svg)
208+
- [`xmc4700`](https://github.com/xmc-rs/xmc4700) - ![crates.io](https://img.shields.io/crates/v/xmc4700.svg)
209+
- [`xmc4800`](https://github.com/xmc-rs/xmc4800) - ![crates.io](https://img.shields.io/crates/v/xmc4800.svg)
210+
198211
## HAL implementation crates
199212

200213
Implementations of [`embedded-hal`] for microcontroller families and systems running some OS. - ![crates.io](https://img.shields.io/crates/v/embedded-hal.svg)
@@ -310,6 +323,7 @@ Also check the list of [STMicroelectronics board support crates][stm-bsc]!
310323
### XMC
311324

312325
- [`xmc1100-hal`](https://github.com/david-sawatzke/xmc1100-hal) - ![crates.io](https://img.shields.io/crates/v/xmc1100-hal.svg)
326+
- [`xmc4-hal`](https://github.com/xmc-rs/xmc4-hal) - ![crates.io](https://img.shields.io/crates/v/xmc4-hal.svg)
313327

314328
### GigaDevice
315329

0 commit comments

Comments
 (0)