Skip to content

Commit 24fee4a

Browse files
bors[bot]Disasm
andauthored
Merge #244
244: Add GD32V crates r=therealprof a=Disasm Closes #242 Co-authored-by: Vadim Kaushan <admin@disasm.info>
2 parents b721725 + 76e5caf commit 24fee4a

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ This project is developed and maintained by the [Resources team][team].
1919
* [Real-time Operating System](#real-time-operating-system-rtos)
2020
* [Real-time tools](#real-time-tools)
2121
* [Peripheral Access Crates](#peripheral-access-crates)
22+
* [GigaDevice](#gigadevice)
2223
* [Microchip](#microchip)
2324
* [Nordic](#nordic)
2425
* [NXP](#nxp)
@@ -31,6 +32,7 @@ This project is developed and maintained by the [Resources team][team].
3132
* [XMC](#xmc)
3233
* [HAL implementation crates](#hal-implementation-crates)
3334
* [OS](#os)
35+
* [GigaDevice](#gigadevice-1)
3436
* [Nordic](#nordic-1)
3537
* [NXP](#nxp-1)
3638
* [SiFive](#sifive-1)
@@ -46,7 +48,9 @@ This project is developed and maintained by the [Resources team][team].
4648
* [Board support crates](#board-support-crates)
4749
* [Nordic](#nordic-2)
4850
* [NXP](#nxp-2)
51+
* [SeeedStudio](#seeedstudio)
4952
* [SiFive](#sifive-2)
53+
* [Sipeed](#sipeed)
5054
* [Sony](#sony)
5155
* [STMicroelectronics](#stmicroelectronics-2)
5256
* [Texas Instruments](#texas-instruments-2)
@@ -320,6 +324,8 @@ Also check the list of [STMicroelectronics board support crates][stm-bsc]!
320324

321325
### GigaDevice
322326

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

@@ -372,10 +378,22 @@ Crates tailored for specific boards.
372378

373379
[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
374380

381+
### SeeedStudio
382+
383+
- [`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)
384+
![crates.io](https://img.shields.io/crates/v/seedstudio-gd32v.svg)
385+
- Contains runnable examples for this board
386+
375387
### SiFive
376388

377389
- [`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)
378390

391+
### Sipeed
392+
393+
- [`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)
394+
![crates.io](https://img.shields.io/crates/v/longan-nano.svg)
395+
- Contains runnable examples for this board
396+
379397
### Sony
380398

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

0 commit comments

Comments
 (0)