GigaDevice GD32V: development platform for PlatformIO
- Install PlatformIO
- Create PlatformIO project and configure a platform option in platformio.ini file:
[env:stable]
platform = gd32v
board = ...
...[env:development]
platform = https://github.com/sipeed/platform-gd32v.git
board = ...
...Please navigate to documentation.