# platform-gd32v **Repository Path**: isuperdancer/platform-gd32v ## Basic Information - **Project Name**: platform-gd32v - **Description**: No description available - **Primary Language**: C - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-06-01 - **Last Updated**: 2024-06-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # platform-gd32v [![Build Status](https://travis-ci.org/sipeed/platform-gd32v.svg?branch=master)](https://travis-ci.org/sipeed/platform-gd32v) [![Build status](https://ci.appveyor.com/api/projects/status/x71h1eyhiljmngpo?svg=true)](https://ci.appveyor.com/project/btx000/platform-gd32v) # Usage 1. [Install PlatformIO](http://platformio.org) 2. Create PlatformIO project and configure a platform option in [platformio.ini](http://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](http://docs.platformio.org/page/platforms/gd32v.html).