Skip to content

sipeed/platform-gd32v

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7889775 · Dec 9, 2022

History

72 Commits
May 27, 2022
Mar 11, 2020
May 27, 2022
Aug 8, 2022
Sep 11, 2019
Jul 19, 2019
Aug 24, 2019
Dec 9, 2022
Apr 8, 2022
Jun 1, 2022
May 27, 2022

Repository files navigation

GigaDevice GD32V: development platform for PlatformIO

Build Status

Usage

  1. Install PlatformIO
  2. Create PlatformIO project and configure a platform option in platformio.ini file:

Stable version

[env:stable]
platform = gd32v
board = ...
...

Development version

[env:development]
platform = https://github.com/sipeed/platform-gd32v.git
board = ...
...

Configuration

Please navigate to documentation.