diff --git a/Eide/.clangd b/Eide/.clangd index b8ae5c3..29c8a87 100644 --- a/Eide/.clangd +++ b/Eide/.clangd @@ -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: [] diff --git a/Eide/.eide/eide.json b/Eide/.eide/eide.json index 7786e44..ee85b65 100644 --- a/Eide/.eide/eide.json +++ b/Eide/.eide/eide.json @@ -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": "", @@ -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", + "/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" } \ No newline at end of file