Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sipeed/platform-kendryte210

Kendryte K210: development platform for PlatformIO
https://github.com/sipeed/platform-kendryte210

arduino k210 maix maixduino platformio platformio-platform risc-v sipeed

Last synced: about 1 month ago
JSON representation

Kendryte K210: development platform for PlatformIO

Awesome Lists containing this project

README

        

# platform-kendryte210

[![Build Status](https://github.com/sipeed/platform-kendryte210/workflows/Examples/badge.svg)](https://github.com/sipeed/platform-kendryte210/actions)

# Usage

1. [Install PlatformIO](https://platformio.org)
2. Create PlatformIO project and configure a platform option in [platformio.ini](https://docs.platformio.org/page/projectconf.html) file:

## Stable version

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

## Development version

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

# Configuration

Please navigate to [documentation](https://docs.platformio.org/page/platforms/kendryte210.html).