mirror of
https://github.com/rust-embedded/awesome-embedded-rust.git
synced 2024-11-10 11:09:32 +00:00
Add GD32VF103 chip support crates
GD32VF103 is a microcontroller chip produced by GigaDevice Semiconductor Inc. with one RISC-V's RV32IMAC core as well as up to 128 KiB of Flash and 32 KiB of SRAM; this chip will be in market on late September this year.
This commit is contained in:
parent
e769b40d5d
commit
ac394aba43
1 changed files with 8 additions and 0 deletions
|
@ -174,6 +174,10 @@ The [`stm32-rs`](https://github.com/stm32-rs/stm32-rs) project has peripheral ac
|
||||||
|
|
||||||
- [`ambiq-apollo3-pac`](https://crates.io/crates/ambiq-apollo3-pac) Peripheral access API for Ambiq Apollo3 microcontrollers (generated using svd2rust)
|
- [`ambiq-apollo3-pac`](https://crates.io/crates/ambiq-apollo3-pac) Peripheral access API for Ambiq Apollo3 microcontrollers (generated using svd2rust)
|
||||||
|
|
||||||
|
### GigaDevice
|
||||||
|
|
||||||
|
- [`gd32vf103-pac`](https://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)
|
||||||
|
|
||||||
## HAL implementation crates
|
## HAL implementation crates
|
||||||
|
|
||||||
Implementations of [`embedded-hal`] for microcontroller families and systems running some OS. - ![crates.io](https://img.shields.io/crates/v/embedded-hal.svg)
|
Implementations of [`embedded-hal`] for microcontroller families and systems running some OS. - ![crates.io](https://img.shields.io/crates/v/embedded-hal.svg)
|
||||||
|
@ -282,6 +286,10 @@ Also check the list of [STMicroelectronics board support crates][stm-bsc]!
|
||||||
|
|
||||||
- [`xmc1100-hal`](https://github.com/david-sawatzke/xmc1100-hal) - ![crates.io](https://img.shields.io/crates/v/xmc1100-hal.svg)
|
- [`xmc1100-hal`](https://github.com/david-sawatzke/xmc1100-hal) - ![crates.io](https://img.shields.io/crates/v/xmc1100-hal.svg)
|
||||||
|
|
||||||
|
### GigaDevice
|
||||||
|
|
||||||
|
- [`gd32vf103-hal`](https://https://github.com/luojia65/gd32vf103-hal) - ![crates.io](https://img.shields.io/crates/v/gd32vf103-hal.svg)
|
||||||
|
|
||||||
## Architecture support crates
|
## Architecture support crates
|
||||||
|
|
||||||
Crates tailored for general CPU architectures.
|
Crates tailored for general CPU architectures.
|
||||||
|
|
Loading…
Reference in a new issue