Skip to content

Commit c5681dd

Browse files
authored
Merge pull request #200 from luojia65/patch-1
Add GD32VF103 chip support crates
2 parents 91ee6f0 + 3368988 commit c5681dd

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,10 @@ The [`stm32-rs`](https://github.com/stm32-rs/stm32-rs) project has peripheral ac
174174

175175
- [`ambiq-apollo3-pac`](https://crates.io/crates/ambiq-apollo3-pac) Peripheral access API for Ambiq Apollo3 microcontrollers (generated using svd2rust)
176176

177+
### GigaDevice
178+
179+
- [`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)
180+
177181
## HAL implementation crates
178182

179183
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,11 @@ Also check the list of [STMicroelectronics board support crates][stm-bsc]!
282286

283287
- [`xmc1100-hal`](https://github.com/david-sawatzke/xmc1100-hal) - ![crates.io](https://img.shields.io/crates/v/xmc1100-hal.svg)
284288

289+
### GigaDevice
290+
291+
- [`gd32vf103-hal`](https://github.com/luojia65/gd32vf103-hal) - ![crates.io](https://img.shields.io/crates/v/gd32vf103-hal.svg)
292+
- (WIP) Hardware abstract layer (HAL) for the GD32VF103 RISC-V microcontroller
293+
285294
## Architecture support crates
286295

287296
Crates tailored for general CPU architectures.

0 commit comments

Comments
 (0)