-
Notifications
You must be signed in to change notification settings - Fork 0
ihsgnodoay/gd32_template_clion_led
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
配置CLion 目录说明: - config:配置文件,用于配置编译选项 - Firmware:gd32f4xx 标准固件库 - CMSIS: 核心固件和汇编文件 - GD32F4xx_standard_peripheral: 固件库 - Hardware:驱动程序目录,存放开发过程中封装好的的驱动文件,如LED驱动、串口驱动等 - user:用户程序目录 - startup:汇编文件目录,用于编译汇编文件 在编译之前需要配置好编译和构建选项的工具,下面列出配置一个即可: - MinGW - Visual Studio - WSL2 配置编译选项步骤: - Edit Configurations -> Add New Configuration -> OpenOCD Download & Run - OpenOCD Download & Run: - Name: CMakeLists.txt 中 ------------------------------------------- |# project settings | |project(gd32_template_clion C CXX ASM) | ------------------------------------------- - Board config file: 选择 项目目录下的 config 文件夹下的 link.cfg 文件
About
这是一个在CLion编辑器中开发GD32F407点灯模版代码。
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published