# platform-fdv32 **Repository Path**: s-link/platform-fdv32 ## Basic Information - **Project Name**: platform-fdv32 - **Description**: FDV32系列MCU/SoC的PlatformIO支持 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-19 - **Last Updated**: 2024-06-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # platform-fdv32 # 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 = fdv32 board = ... ... ``` ## Development version ```ini [env:development] platform = https://github.com/sensors-link/platform-fdv32.git board = ... ... ``` # Configuration Please navigate to [documentation](http://docs.platformio.org/page/platforms/fdv32.html).