# platform-gd32v **Repository Path**: riscv-mcu/platform-gd32v ## Basic Information - **Project Name**: platform-gd32v - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 8 - **Forks**: 0 - **Created**: 2020-08-03 - **Last Updated**: 2025-07-15 ## Categories & Tags **Categories**: risc-v **Tags**: None ## README # 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).