PlatformIO
GigaDevice GD32V: development platform forUsage
- Install PlatformIO
- 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.