From e16c21333328820ef625a07c0a9066cee3dd62d5 Mon Sep 17 00:00:00 2001 From: "Tan Siret A." Date: Mon, 13 Apr 2026 11:29:54 +0200 Subject: [PATCH 1/2] add Baochip - Dabao board and do minor edits to description of hardware --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3989414..811ce9d 100644 --- a/README.md +++ b/README.md @@ -183,11 +183,12 @@ Explore open RISC-V implementations for hands-on learning. #### 🟢 32-bit Hardware -Popular hardware based on RV32 processors. +Popular hardware with RV32 based processors. | Board or Dev Kit | Company | SoC | RISC-V Core | Frequency | Date Added | |---|---|---|---|---|---| +| [**Dabao Evaluation Board**](https://www.crowdsupply.com/baochip/dabao) | Baochip | Baochip-1x | Single-core Vexriscv RV32-IMAC | 350 MHz | 2026-04-13 | | [**CH32V003 Devkit**](https://www.aliexpress.com/item/1005004895791296.html) | WCH | CH32V003 | Single-core QingKe V2A | 48 MHz | 2025-07-25 | | [**ESP32C2 Devkit**](https://www.espressif.com/en/products/devkits) | Espressif | ESP32C2 | Single-core 32-bit | 120 MHz | 2025-07-25 | | [**ESP32C3 Devkit**](https://www.espressif.com/en/products/devkits) | Espressif | ESP32C3 | Single-core 32-bit | 160 MHz | 2025-07-25 | @@ -209,7 +210,7 @@ Following are no longer available: #### 🔵 64-bit Hardware -Popular hardware based on RV64 processors. +Popular hardware with RV64 based processors. | Board or Dev Kit | Company | SoC | RISC-V Core | Date Added | From b5ae3af56211cd0c2902b9eb52828556c892efeb Mon Sep 17 00:00:00 2001 From: "Tan Siret A." Date: Mon, 13 Apr 2026 11:31:42 +0200 Subject: [PATCH 2/2] VexRiscv fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 811ce9d..2cf8815 100644 --- a/README.md +++ b/README.md @@ -188,7 +188,7 @@ Popular hardware with RV32 based processors. | Board or Dev Kit | Company | SoC | RISC-V Core | Frequency | Date Added | |---|---|---|---|---|---| -| [**Dabao Evaluation Board**](https://www.crowdsupply.com/baochip/dabao) | Baochip | Baochip-1x | Single-core Vexriscv RV32-IMAC | 350 MHz | 2026-04-13 | +| [**Dabao Evaluation Board**](https://www.crowdsupply.com/baochip/dabao) | Baochip | Baochip-1x | Single-core VexRiscv RV32-IMAC | 350 MHz | 2026-04-13 | | [**CH32V003 Devkit**](https://www.aliexpress.com/item/1005004895791296.html) | WCH | CH32V003 | Single-core QingKe V2A | 48 MHz | 2025-07-25 | | [**ESP32C2 Devkit**](https://www.espressif.com/en/products/devkits) | Espressif | ESP32C2 | Single-core 32-bit | 120 MHz | 2025-07-25 | | [**ESP32C3 Devkit**](https://www.espressif.com/en/products/devkits) | Espressif | ESP32C3 | Single-core 32-bit | 160 MHz | 2025-07-25 |