/platform-kendryte210

Kendryte K210: development platform for PlatformIO

Primary LanguagePythonOtherNOASSERTION

platform-kendryte210

Build Status Build status

Usage

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

Stable version

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

Development version

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

Configuration

Please navigate to documentation.