# platform-gd32v1 **Repository Path**: ghosthack/platform-gd32v1 ## Basic Information - **Project Name**: platform-gd32v1 - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-03 - **Last Updated**: 2024-06-02 ## 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).