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