Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sipeed/platform-gd32v
GD32V: development platform for PlatformIO
https://github.com/sipeed/platform-gd32v
gd32v longan longan-nano platformio platformio-platform risc-v sipeed
Last synced: 11 days ago
JSON representation
GD32V: development platform for PlatformIO
- Host: GitHub
- URL: https://github.com/sipeed/platform-gd32v
- Owner: sipeed
- License: other
- Created: 2019-08-24T02:15:58.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T13:52:45.000Z (about 2 years ago)
- Last Synced: 2025-01-16T10:23:55.875Z (18 days ago)
- Topics: gd32v, longan, longan-nano, platformio, platformio-platform, risc-v, sipeed
- Language: Python
- Homepage: https://registry.platformio.org/platforms/platformio/gd32v
- Size: 107 KB
- Stars: 185
- Watchers: 23
- Forks: 46
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# GigaDevice GD32V: development platform for [PlatformIO](https://platformio.org)
[![Build Status](https://github.com/sipeed/platform-gd32v/workflows/Examples/badge.svg)](https://github.com/sipeed/platform-gd32v/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 = gd32v
board = ...
...
```## Development version
```ini
[env:development]
platform = https://github.com/sipeed/platform-gd32v.git
board = ...
...
```# Configuration
Please navigate to [documentation](https://registry.platformio.org/platforms/sipeed/gd32v).