rt-thread-official/bsp/gd32/arm
liuxianliang a4eb64b873 update the project for RT-Thread_V4.1.1 2022-08-16 19:38:48 +08:00
..
docs [gcc][armcc][armclang] rtconfig.CROSS_TOOL->rtconfig.PLATFORM 2022-08-16 09:39:00 +08:00
gd32103c-eval update the project for RT-Thread_V4.1.1 2022-08-16 19:38:48 +08:00
gd32105c-eval update the project for RT-Thread_V4.1.1 2022-08-16 19:38:48 +08:00
gd32105r-start update the project for RT-Thread_V4.1.1 2022-08-16 19:38:48 +08:00
gd32107c-eval update the project for RT-Thread_V4.1.1 2022-08-16 19:38:48 +08:00
gd32205r-start update the project for RT-Thread_V4.1.1 2022-08-16 19:38:48 +08:00
gd32207i-eval update the project for RT-Thread_V4.1.1 2022-08-16 19:38:48 +08:00
gd32303e-eval update the project for RT-Thread_V4.1.1 2022-08-16 19:38:48 +08:00
gd32305r-start update the project for RT-Thread_V4.1.1 2022-08-16 19:38:48 +08:00
gd32307e-start update the project for RT-Thread_V4.1.1 2022-08-16 19:38:48 +08:00
gd32407v-start update the project for RT-Thread_V4.1.1 2022-08-16 19:38:48 +08:00
gd32450z-eval update the project for RT-Thread_V4.1.1 2022-08-16 19:38:48 +08:00
libraries [gd32/arm/libraries]: correct pin number in drv_gpio.c; fix compile error if use rtc in gd32 f1~f4 (#6172) 2022-07-25 10:18:15 +08:00
tools [bsp/gd32]Optimize GD32 bsp architecture (#6108) 2022-06-28 19:43:00 +08:00
README.md [bsp/gd32]Optimize GD32 bsp architecture (#6108) 2022-06-28 19:43:00 +08:00

README.md

GD32 ARM 系列BSP 说明

GD32 ARM 系列 BSP 目前支持情况如下表所示:

BSP 文件夹名称 开发板名称
F1 系列
gd32103c-eval 兆易创新 官方 GD32103C-EVAL 开发板
gd32105c-eval 兆易创新 官方 GD32105C-EVAL 开发板
gd32105r-start 兆易创新 官方 GD32105R-START 开发板
gd32107c-eval 兆易创新 官方 GD32107C-EVAL 开发板
F2 系列
gd32205r-start 兆易创新 官方 GD32205R-START 开发板
gd32207i-eval 兆易创新 官方 GD32207I-EVAL 开发板
F3 系列
gd32303e-eval 兆易创新 官方 GD32303E-EVAL 开发板
gd32305r-start 兆易创新 官方 GD32305R-START 开发板
gd32307e-start 兆易创新 官方 GD32307E-START 开发板
F4 系列
gd32407v-start 兆易创新 官方 GD32407V-START 开发板
gd32450z-eval 兆易创新 官方 GD32450Z-EVAL 开发板

可以通过阅读相应 BSP 下的 README 来快速上手,如果想要使用 BSP 更多功能可参考 docs 文件夹下提供的说明文档,如下表所示:

BSP 使用教程 简介
外设驱动使用教程 讲解 GD32 ARM 系列BSP 上更多外设驱动的使用方法
外设驱动介绍与应用 讲解 GD32 ARM系列 BSP 驱动的支持情况,以及如何利用驱动框架开发应用程序
BSP 制作与提交 简介
BSP 制作教程 讲解 GD32 ARM系列 BSP 的制作方法