# platform-gd32v **Repository Path**: dengbo/platform-gd32v ## Basic Information - **Project Name**: platform-gd32v - **Description**: platform-gd32v囜内镜像 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-07-22 - **Last Updated**: 2024-06-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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://docs.platformio.org/page/platforms/gd32v.html).