Skip to content

Commit 3323b36

Browse files
committed
Fix Conflicts
2 parents dc91b09 + fe548e1 commit 3323b36

169 files changed

Lines changed: 28552 additions & 911 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/ALL_BSP_COMPILE.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,7 @@
307307
"gd32/arm/gd32303c-start",
308308
"gd32/arm/gd32305r-start",
309309
"gd32/arm/gd32307e-start",
310+
"gd32/arm/gd32405rg",
310311
"gd32/arm/gd32407v-start",
311312
"gd32/arm/gd32407v-lckfb",
312313
"gd32/arm/gd32450z-eval",
@@ -496,6 +497,7 @@
496497
"xuantie/xiaohui/c906",
497498
"xuantie/xiaohui/c907",
498499
"xuantie/xiaohui/c908",
500+
"xuantie/xiaohui/c908x",
499501
"xuantie/xiaohui/c910",
500502
"xuantie/xiaohui/r908",
501503
"xuantie/xiaohui/r910",

bsp/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,7 @@ This document is based on the RT-Thread mainline repository and categorizes the
215215
| [gd32303e-eval](gd32) |||| - | - || - ||| - || - ||
216216
| [gd32305r-start](gd32) |||| - | - || - ||| - || - ||
217217
| [gd32307e-start](gd32) |||| - | - || - ||| - || - ||
218+
| [gd32405rg](gd32) |||| - ||| - ||| - || - ||
218219
| [gd32407v-ickfb](gd32) |||| - | - || - ||| - || - ||
219220
| [gd32407v-start](gd32) |||| - | - || - ||| - || - ||
220221
| [gd32450z-eval](gd32) ||||| - || - ||| - || - ||
@@ -953,4 +954,4 @@ This document is based on the RT-Thread mainline repository and categorizes the
953954

954955
---
955956

956-
*📅 Document Update Time: 2025-11-12 13:50:00*
957+
*📅 Document Update Time: 2025-11-12 13:50:00*

bsp/gd32/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ GD32 系列 BSP 目前支持情况如下表所示:
1919
| [gd32305r-start](arm/gd32305r-start) | 兆易创新 官方 GD32305R-START 开发板 |
2020
| [gd32307e-start](arm/gd32307e-start) | 兆易创新 官方 GD32307E-START 开发板 |
2121
| **F4 系列** | |
22+
| [gd32407v-start](gd32405rg) | 三方自制开发板 芯片使用的gd32f405rg |
2223
| [gd32407v-start](arm/gd32407v-start) | 兆易创新 官方 GD32407V-START 开发板 |
2324
| [gd32407v-lckfb](arm/gd32407v-lckfb) | 立创天空星 GD32F407VET6 开发板 |
2425
| [gd32450z-eval](arm/gd32450z-eval) | 兆易创新 官方 GD32450Z-EVAL 开发板 |

bsp/gd32/arm/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ GD32 ARM 系列 BSP 目前支持情况如下表所示:
1818
| [gd32305r-start](gd32305r-start) | 兆易创新 官方 GD32305R-START 开发板 |
1919
| [gd32307e-start](gd32307e-start) | 兆易创新 官方 GD32307E-START 开发板 |
2020
| **F4 系列** | |
21+
| [gd32407v-start](gd32405rg) | 三方自制开发板 芯片使用的gd32f405rg |
2122
| [gd32407v-start](gd32407v-start) | 兆易创新 官方 GD32407V-START 开发板 |
2223
| [gd32407v-lckfb](gd32407v-lckfb) | 立创天空星 GD32F407VET6 开发板 |
2324
| [gd32450z-eval](gd32450z-eval) | 兆易创新 官方 GD32450Z-EVAL 开发板 |

0 commit comments

Comments
 (0)