From a15393aa9f5f9767ed01eaf3f0ef4c037ac39389 Mon Sep 17 00:00:00 2001 From: Andrew Walbran Date: Wed, 10 Jan 2024 13:47:19 +0000 Subject: [PATCH 1/2] Add missing crate links to README. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8a61516ee..db9b62db7 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,9 @@ This project is still young and there's a lot to do! ## Supported Device Families +[![crates.io](https://img.shields.io/crates/v/gd32e1.svg?label=gd32e1)](https://crates.io/crates/gd32e1) [![crates.io](https://img.shields.io/crates/v/gd32e2.svg?label=gd32e2)](https://crates.io/crates/gd32e2) +[![crates.io](https://img.shields.io/crates/v/gd32e5.svg?label=gd32e5)](https://crates.io/crates/gd32e5) [![crates.io](https://img.shields.io/crates/v/gd32f1.svg?label=gd32f1)](https://crates.io/crates/gd32f1) [![crates.io](https://img.shields.io/crates/v/gd32f2.svg?label=gd32f2)](https://crates.io/crates/gd32f2) From 354f5b55ffa917b721cfef7d88e83a8b9e91f324 Mon Sep 17 00:00:00 2001 From: Andrew Walbran Date: Wed, 10 Jan 2024 13:55:17 +0000 Subject: [PATCH 2/2] Add table of supported devices. --- README.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index db9b62db7..490956941 100644 --- a/README.md +++ b/README.md @@ -108,11 +108,15 @@ This project is still young and there's a lot to do! ## Supported Device Families -[![crates.io](https://img.shields.io/crates/v/gd32e1.svg?label=gd32e1)](https://crates.io/crates/gd32e1) -[![crates.io](https://img.shields.io/crates/v/gd32e2.svg?label=gd32e2)](https://crates.io/crates/gd32e2) -[![crates.io](https://img.shields.io/crates/v/gd32e5.svg?label=gd32e5)](https://crates.io/crates/gd32e5) -[![crates.io](https://img.shields.io/crates/v/gd32f1.svg?label=gd32f1)](https://crates.io/crates/gd32f1) -[![crates.io](https://img.shields.io/crates/v/gd32f2.svg?label=gd32f2)](https://crates.io/crates/gd32f2) +| Crate | Supported devices | Notes | +| -------------------------------------------------------------------------------------------------------- | -------------------------------------- | ---------------------------------- | +| `gd32c1` | GD32C103, GD32C113 | Not yet published | +| [![crates.io](https://img.shields.io/crates/v/gd32e1.svg?label=gd32e1)](https://crates.io/crates/gd32e1) | GD32E103 | | +| [![crates.io](https://img.shields.io/crates/v/gd32e2.svg?label=gd32e2)](https://crates.io/crates/gd32e2) | GD32E230, GD32E231 | | +| [![crates.io](https://img.shields.io/crates/v/gd32e5.svg?label=gd32e5)](https://crates.io/crates/gd32e5) | GD32E503, GD32E505, GD32E507, GD32E508 | | +| [![crates.io](https://img.shields.io/crates/v/gd32f1.svg?label=gd32f1)](https://crates.io/crates/gd32f1) | GD32F130, GD32F150, GD32F170, GD32F190 | | +| [![crates.io](https://img.shields.io/crates/v/gd32f2.svg?label=gd32f2)](https://crates.io/crates/gd32f2) | GD32F205, GD32F207 | | +| `gd32f3` | GD32F303, GD32F305, GD32F307 | Not published due to name conflict | Please see the individual crate READMEs for the full list of devices each crate supports.