# stm32_gcc_dev **Repository Path**: wiseforever/stm32_gcc_dev ## Basic Information - **Project Name**: stm32_gcc_dev - **Description**: stm32开发环境搭建,主要适配gcc-arm-none-eabi编译器。 - **Primary Language**: C++ - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-01-21 - **Last Updated**: 2025-01-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # stm32_gcc_dev ## 介绍 stm32开发环境搭建,主要适配gcc-arm-none-eabi编译器。 VSCode/Clion + gcc-arm-none-eabi + makefile/cmake 本次主要采用 VSCode + gcc-arm-none-eabi + cmake。 ## 安装教程 1. VSCode/Clion 1. git 1. mingw(make工具)/ninja 1. cmake 1. gcc-arm-none-eabi 1. jdk/jre (尽量安装java8) 1. stm32cubeMX 1. openocd/pyocd(python) ## 编译原理 1. gcc 1. arm-none-eabi-gcc 1. Makefile 1. CMake ## 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request