初始工程,编译成功
This commit is contained in:
22
.vscode/c_cpp_properties.json
vendored
Normal file
22
.vscode/c_cpp_properties.json
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Linux",
|
||||
"includePath": [
|
||||
"${workspaceFolder}/**",
|
||||
"${workspaceFolder}/source/stm32lib/inc",
|
||||
"${workspaceFolder}/source/cmsis",
|
||||
"D:\\GNU Arm Embedded Toolchain\\10 2021.10\\arm-none-eabi\\include"
|
||||
],
|
||||
"defines": [
|
||||
"STM32F429_439xx"
|
||||
],
|
||||
"windowsSdkVersion": "10.0.19041.0",
|
||||
"compilerPath": "D:\\GNU Arm Embedded Toolchain\\10 2021.10\\bin\\arm-none-eabi-gcc.exe",
|
||||
"cStandard": "c17",
|
||||
"cppStandard": "c++17",
|
||||
"intelliSenseMode": "windows-gcc-arm"
|
||||
}
|
||||
],
|
||||
"version": 4
|
||||
}
|
10
.vscode/settings.json
vendored
Normal file
10
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"files.associations": {
|
||||
"stm32f4xx_fsmc.h": "c",
|
||||
"stm32f4xx.h": "c",
|
||||
"stdio.h": "c",
|
||||
"stdint.h": "c",
|
||||
"features.h": "c",
|
||||
"_newlib_version.h": "c"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user