mirror of
https://github.com/rust-embedded/awesome-embedded-rust.git
synced 2025-01-05 14:49:00 +00:00
Merge #382
382: Add gd32e2 and gd32f2 PACs r=eldruin a=qwandor Co-authored-by: Andrew Walbran <qwandor@google.com>
This commit is contained in:
commit
30bcdd1afc
1 changed files with 2 additions and 0 deletions
|
@ -290,7 +290,9 @@ The [`stm32-rs`](https://github.com/stm32-rs/stm32-rs) project has peripheral ac
|
|||
### GigaDevice
|
||||
|
||||
- [`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)
|
||||
- [`gd32e2`](https://crates.io/crates/gd32e2) Peripheral access API for GD32E23x Cortex-M23 microcontrollers (generated using svd2rust) - ![crates.io](https://img.shields.io/crates/v/gd32e2.svg)
|
||||
- [`gd32f1`](https://crates.io/crates/gd32f1) Peripheral access API for GD32F1x0 Cortex-M3 microcontrollers (generated using svd2rust) - ![crates.io](https://img.shields.io/crates/v/gd32f1.svg)
|
||||
- [`gd32f2`](https://crates.io/crates/gd32f2) Peripheral access API for GD32F20x Cortex-M3 microcontrollers (generated using svd2rust) - ![crates.io](https://img.shields.io/crates/v/gd32f2.svg)
|
||||
|
||||
### XMC
|
||||
|
||||
|
|
Loading…
Reference in a new issue