From 28e1227f48ebea390bd9cc9c6e23622ffaec5cb1 Mon Sep 17 00:00:00 2001 From: Andrew Walbran Date: Tue, 13 Apr 2021 17:23:48 +0100 Subject: [PATCH 1/2] Add gd32f1 PAC. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 60a3c7b..85f5425 100644 --- a/README.md +++ b/README.md @@ -240,6 +240,7 @@ The [`stm32-rs`](https://github.com/stm32-rs/stm32-rs) project has peripheral ac ### GigaDevice - [`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) +- [`gd32f1`](https://crates.io/crates/gd32f1) Peripheral access API for GD32F1x0 Cortex-M3 microcontrollers (generated using svd2rust) - ![crates.io](https://img.shields.io/crates/v/gd32f1.svg) ### XMC From 0de3f3ebd10fbadc23c84140b33240776cc8f1cc Mon Sep 17 00:00:00 2001 From: Andrew Walbran Date: Tue, 13 Apr 2021 17:26:35 +0100 Subject: [PATCH 2/2] Add gd31f1x0-hal HAL crate. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 85f5425..70a017d 100644 --- a/README.md +++ b/README.md @@ -377,6 +377,8 @@ Also check the list of [STMicroelectronics board support crates][stm-bsc]! - 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 +- [`gd32f1x0-hal`](https://crates.io/crates/gd32f1x0-hal) - ![crates.io](https://img.shields.io/crates/v/gd32f1x0-hal.svg) + - HAL implementation for GD32F1x0 microcontrollers ## Architecture support crates