Skip to content

Commit 2222a57

Browse files
committed
Add HAL and BSPs for GD32V
1 parent b721725 commit 2222a57

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
@@ -320,6 +320,8 @@ Also check the list of [STMicroelectronics board support crates][stm-bsc]!
320320

321321
### GigaDevice
322322

323+
- [`gd32vf103xx-hal`](https://github.com/riscv-rust/gd32vf103xx-hal) - ![cratex.io](https://img.shields.io/crates/v/gd32vf103xx-hal.svg)
324+
- HAL for GD32VF103xx microcontrollers
323325
- [`gd32vf103-hal`](https://github.com/luojia65/gd32vf103-hal) - ![crates.io](https://img.shields.io/crates/v/gd32vf103-hal.svg)
324326
- (WIP) Hardware abstract layer (HAL) for the GD32VF103 RISC-V microcontroller
325327

@@ -372,10 +374,22 @@ Crates tailored for specific boards.
372374

373375
[FRDM-KW41Z]: https://www.nxp.com/products/processors-and-microcontrollers/arm-based-processors-and-mcus/kinetis-cortex-m-mcus/w-serieswireless-conn.m0-plus-m4/freedom-development-kit-for-kinetis-kw41z-31z-21z-mcus:FRDM-KW41Z
374376

377+
### SeeedStudio
378+
379+
- [`seedstudio-gd32v`](https://github.com/riscv-rust/seedstudio-gd32v) - Board support crate for the [GD32 RISC-V Dev Board](https://www.seeedstudio.com/SeeedStudio-GD32-RISC-V-Dev-Board-p-4302.html)
380+
![crates.io](https://img.shields.io/crates/v/seedstudio-gd32v.svg)
381+
- Contains runnable examples for this board
382+
375383
### SiFive
376384

377385
- [`hifive1`](https://github.com/riscv-rust/hifive1) - Board support crate for [HiFive1](https://www.sifive.com/boards/hifive1) and [LoFive](https://hackaday.io/project/26909-lofive) boards - ![crates.io](https://img.shields.io/crates/v/hifive.svg)
378386

387+
### Sipeed
388+
389+
- [`longan-nano`](https://github.com/riscv-rust/longan-nano) - Board support package for the [Longan Nano board](https://www.seeedstudio.com/Sipeed-Longan-Nano-RISC-V-GD32VF103CBT6-Development-Board-p-4205.html)
390+
![crates.io](https://img.shields.io/crates/v/longan-nano.svg)
391+
- Contains runnable examples for this board
392+
379393
### Sony
380394

381395
- [`prussia`](https://github.com/ZirconiumX/prussia) - SDK for the PlayStation 2.

0 commit comments

Comments
 (0)