使用make -f Makeboot 来使用gcc编译

添加 DMod_FireBusReadDatasV2_RC 函数
This commit is contained in:
ranchuan
2023-11-01 18:10:35 +08:00
parent 570476d79b
commit ddeec88a89
14 changed files with 261 additions and 41 deletions

View File

@@ -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