Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sipeed/platform-kendryte210
- Owner: sipeed
- License: other
- Created: 2019-04-19T01:38:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-02T09:17:22.000Z (over 1 year ago)
- Last Synced: 2024-09-26T18:47:06.105Z (about 1 month ago)
- Topics: arduino, k210, maix, maixduino, platformio, platformio-platform, risc-v, sipeed
- Language: Python
- Homepage: https://platformio.org/platforms/kendryte210
- Size: 66.4 KB
- Stars: 79
- Watchers: 9
- Forks: 31
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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).