使用make -f Makeboot 来使用gcc编译
添加 DMod_FireBusReadDatasV2_RC 函数
This commit is contained in:
19
.vscode/c_cpp_properties.json
vendored
19
.vscode/c_cpp_properties.json
vendored
@@ -1,14 +1,13 @@
|
||||
{
|
||||
"configurations": [
|
||||
{
|
||||
"name": "stm32",
|
||||
"name": "app",
|
||||
"includePath": [
|
||||
"${workspaceFolder}/**",
|
||||
"${workspaceFolder}/source/**",
|
||||
"D:/GNU Arm Embedded Toolchain/10 2021.10/arm-none-eabi/include"
|
||||
],
|
||||
"defines": [
|
||||
"STM32F40_41xxx",
|
||||
"USE_STDPERIPH_DRIVER",
|
||||
"RT_THREAD",
|
||||
"STM32F10X_MD"
|
||||
@@ -17,6 +16,22 @@
|
||||
"cppStandard": "gnu++17",
|
||||
"intelliSenseMode": "windows-gcc-arm",
|
||||
"compilerPath": "D:\\GNU Arm Embedded Toolchain\\10 2021.10\\bin\\arm-none-eabi-gcc"
|
||||
},
|
||||
{
|
||||
"name": "boot",
|
||||
"includePath": [
|
||||
"${workspaceFolder}/**",
|
||||
"${workspaceFolder}/source/**",
|
||||
"D:/GNU Arm Embedded Toolchain/10 2021.10/arm-none-eabi/include"
|
||||
],
|
||||
"defines": [
|
||||
"USE_STDPERIPH_DRIVER",
|
||||
"STM32F10X_MD"
|
||||
],
|
||||
"cStandard": "c99",
|
||||
"cppStandard": "gnu++17",
|
||||
"intelliSenseMode": "windows-gcc-arm",
|
||||
"compilerPath": "D:\\GNU Arm Embedded Toolchain\\10 2021.10\\bin\\arm-none-eabi-gcc"
|
||||
}
|
||||
],
|
||||
"version": 4
|
||||
|
Reference in New Issue
Block a user