# platform-gd32 **Repository Path**: tsingbauwha/platform-gd32 ## Basic Information - **Project Name**: platform-gd32 - **Description**: PlatformIO platform for ARM-based GD32{F,E,L,W} chips. Work in Progress! - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-03-15 - **Last Updated**: 2023-03-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # GD32 Platform ## Description PlatformIO platform implementation for GD32F and GD32E type chips. Work in progress. ## Supported boards See [boards](https://github.com/CommunityGD32Cores/platform-gd32/tree/main/boards) folder * GD32F303CC * GD32F150xx / F190xx * GD32E130xx * many more.. ## How to use See example projects at https://github.com/CommunityGD32Cores/gd32-pio-projects. The platform can be installed manually using `pio platform install https://github.com/CommunityGD32Cores/platform-gd32.git` on [the CLI](https://docs.platformio.org/en/latest/integration/ide/vscode.html#platformio-core-cli). This is done automatically when compiling one of the example projects.