From b0e78a0eda44a7bcdb02c803b01626721e0c539f Mon Sep 17 00:00:00 2001 From: iorebuild Date: Sun, 31 Aug 2025 22:31:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=8D=A2board=E7=9A=84h=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E4=BD=8D=E7=BD=AE=EF=BC=8C=E4=B8=BA=E4=BA=86=E9=80=9A?= =?UTF-8?q?=E7=94=A8=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Eide/.clangd | 1 + Eide/.eide/eide.json | 21 ++++++++++++++------- 2 files changed, 15 insertions(+), 7 deletions(-) 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