From 2222a5703fb58d91debbb9d1f5a7f98ed3beab10 Mon Sep 17 00:00:00 2001 From: Vadim Kaushan Date: Sun, 26 Jan 2020 12:05:25 +0300 Subject: [PATCH 1/2] Add HAL and BSPs for GD32V --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index b362fa5..fd925cd 100644 --- a/README.md +++ b/README.md @@ -320,6 +320,8 @@ Also check the list of [STMicroelectronics board support crates][stm-bsc]! ### GigaDevice +- [`gd32vf103xx-hal`](https://github.com/riscv-rust/gd32vf103xx-hal) - ![cratex.io](https://img.shields.io/crates/v/gd32vf103xx-hal.svg) + - HAL for GD32VF103xx microcontrollers - [`gd32vf103-hal`](https://github.com/luojia65/gd32vf103-hal) - ![crates.io](https://img.shields.io/crates/v/gd32vf103-hal.svg) - (WIP) Hardware abstract layer (HAL) for the GD32VF103 RISC-V microcontroller @@ -372,10 +374,22 @@ Crates tailored for specific boards. [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 +### SeeedStudio + +- [`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) + ![crates.io](https://img.shields.io/crates/v/seedstudio-gd32v.svg) + - Contains runnable examples for this board + ### SiFive - [`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) +### Sipeed + +- [`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) + ![crates.io](https://img.shields.io/crates/v/longan-nano.svg) + - Contains runnable examples for this board + ### Sony - [`prussia`](https://github.com/ZirconiumX/prussia) - SDK for the PlayStation 2. From 76e5cafb234c331a2138b71133af75d57f16b923 Mon Sep 17 00:00:00 2001 From: Vadim Kaushan Date: Sun, 26 Jan 2020 12:14:56 +0300 Subject: [PATCH 2/2] Update table of contents --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index fd925cd..26ece1c 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ This project is developed and maintained by the [Resources team][team]. * [Real-time Operating System](#real-time-operating-system-rtos) * [Real-time tools](#real-time-tools) * [Peripheral Access Crates](#peripheral-access-crates) + * [GigaDevice](#gigadevice) * [Microchip](#microchip) * [Nordic](#nordic) * [NXP](#nxp) @@ -31,6 +32,7 @@ This project is developed and maintained by the [Resources team][team]. * [XMC](#xmc) * [HAL implementation crates](#hal-implementation-crates) * [OS](#os) + * [GigaDevice](#gigadevice-1) * [Nordic](#nordic-1) * [NXP](#nxp-1) * [SiFive](#sifive-1) @@ -46,7 +48,9 @@ This project is developed and maintained by the [Resources team][team]. * [Board support crates](#board-support-crates) * [Nordic](#nordic-2) * [NXP](#nxp-2) + * [SeeedStudio](#seeedstudio) * [SiFive](#sifive-2) + * [Sipeed](#sipeed) * [Sony](#sony) * [STMicroelectronics](#stmicroelectronics-2) * [Texas Instruments](#texas-instruments-2)