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

Lists

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).