更换board的h文件位置,为了通用性

This commit is contained in:
iorebuild 2025-08-31 22:31:58 +08:00
parent d963759f90
commit b0e78a0eda
2 changed files with 15 additions and 7 deletions

View File

@ -16,3 +16,4 @@ CompileFlags:
- -Ic:\program files (x86)\gnu arm embedded toolchain\10 2021.10\arm-none-eabi\include - -Ic:\program files (x86)\gnu arm embedded toolchain\10 2021.10\arm-none-eabi\include
CompilationDatabase: ./build/Debug CompilationDatabase: ./build/Debug
Compiler: c:\Program Files (x86)\GNU Arm Embedded Toolchain\10 2021.10\bin\arm-none-eabi-g++.exe Compiler: c:\Program Files (x86)\GNU Arm Embedded Toolchain\10 2021.10\bin\arm-none-eabi-g++.exe
Remove: []

View File

@ -7,7 +7,9 @@
"../../../StdLib/Src", "../../../StdLib/Src",
"../../../System/CMSIS", "../../../System/CMSIS",
"../../../ThirdLib/LetterShell/Src", "../../../ThirdLib/LetterShell/Src",
"../App/Src" "../App/Src",
"../../../ThirdLib/ThreadX/common/src",
"../../../ThirdLib/ThreadX/ports/cortex_m3/gnu/src"
], ],
"virtualFolder": { "virtualFolder": {
"name": "<virtual_root>", "name": "<virtual_root>",
@ -16,10 +18,10 @@
"path": "../../../System/Startup/TrueStudio/startup_stm32f10x_hd.s" "path": "../../../System/Startup/TrueStudio/startup_stm32f10x_hd.s"
}, },
{ {
"path": "../../../System/stm32f10x_it.c" "path": "../../../System/system_stm32f10x.c"
}, },
{ {
"path": "../../../System/system_stm32f10x.c" "path": "../../../System/stm32f10x_it_os.c"
} }
], ],
"folders": [] "folders": []
@ -34,7 +36,8 @@
"Debug": { "Debug": {
"excludeList": [ "excludeList": [
"../../../../System/LinkScripts", "../../../../System/LinkScripts",
"../../../../System/Startup" "../../../../System/Startup",
"<virtual_root>/stm32f10x_it.c"
], ],
"toolchain": "GCC", "toolchain": "GCC",
"compileConfig": { "compileConfig": {
@ -46,7 +49,8 @@
"RAM": [], "RAM": [],
"ROM": [] "ROM": []
}, },
"options": "null" "options": "null",
"archExtensions": ""
}, },
"uploader": "OpenOCD", "uploader": "OpenOCD",
"uploadConfig": { "uploadConfig": {
@ -94,7 +98,10 @@
"../../../System", "../../../System",
"../../../StdLib/Inc", "../../../StdLib/Inc",
"../../../ThirdLib/LetterShell/Inc", "../../../ThirdLib/LetterShell/Inc",
"../../../System/CMSIS" "../../../System/CMSIS",
"../App/Board",
"../../../ThirdLib/ThreadX/common/inc",
"../../../ThirdLib/ThreadX/ports/cortex_m3/gnu/inc"
], ],
"libList": [], "libList": [],
"defineList": [ "defineList": [
@ -152,5 +159,5 @@
} }
} }
}, },
"version": "3.5" "version": "3.6"
} }