更换board的h文件位置,为了通用性
This commit is contained in:
parent
d963759f90
commit
b0e78a0eda
@ -16,3 +16,4 @@ CompileFlags:
|
||||
- -Ic:\program files (x86)\gnu arm embedded toolchain\10 2021.10\arm-none-eabi\include
|
||||
CompilationDatabase: ./build/Debug
|
||||
Compiler: c:\Program Files (x86)\GNU Arm Embedded Toolchain\10 2021.10\bin\arm-none-eabi-g++.exe
|
||||
Remove: []
|
||||
|
@ -7,7 +7,9 @@
|
||||
"../../../StdLib/Src",
|
||||
"../../../System/CMSIS",
|
||||
"../../../ThirdLib/LetterShell/Src",
|
||||
"../App/Src"
|
||||
"../App/Src",
|
||||
"../../../ThirdLib/ThreadX/common/src",
|
||||
"../../../ThirdLib/ThreadX/ports/cortex_m3/gnu/src"
|
||||
],
|
||||
"virtualFolder": {
|
||||
"name": "<virtual_root>",
|
||||
@ -16,10 +18,10 @@
|
||||
"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": []
|
||||
@ -34,7 +36,8 @@
|
||||
"Debug": {
|
||||
"excludeList": [
|
||||
"../../../../System/LinkScripts",
|
||||
"../../../../System/Startup"
|
||||
"../../../../System/Startup",
|
||||
"<virtual_root>/stm32f10x_it.c"
|
||||
],
|
||||
"toolchain": "GCC",
|
||||
"compileConfig": {
|
||||
@ -46,7 +49,8 @@
|
||||
"RAM": [],
|
||||
"ROM": []
|
||||
},
|
||||
"options": "null"
|
||||
"options": "null",
|
||||
"archExtensions": ""
|
||||
},
|
||||
"uploader": "OpenOCD",
|
||||
"uploadConfig": {
|
||||
@ -94,7 +98,10 @@
|
||||
"../../../System",
|
||||
"../../../StdLib/Inc",
|
||||
"../../../ThirdLib/LetterShell/Inc",
|
||||
"../../../System/CMSIS"
|
||||
"../../../System/CMSIS",
|
||||
"../App/Board",
|
||||
"../../../ThirdLib/ThreadX/common/inc",
|
||||
"../../../ThirdLib/ThreadX/ports/cortex_m3/gnu/inc"
|
||||
],
|
||||
"libList": [],
|
||||
"defineList": [
|
||||
@ -152,5 +159,5 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": "3.5"
|
||||
"version": "3.6"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user