From 4170192ccb7a4bb9da83d1bcf3effca1552197ee Mon Sep 17 00:00:00 2001 From: chenfu <2412777093@qq.com> Date: Fri, 10 Nov 2023 22:15:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8C=87=E5=AE=9Aclangd=E4=B8=8B=E7=9A=84?= =?UTF-8?q?=E9=A9=B1=E5=8A=A8=E7=A8=8B=E5=BA=8F=E8=B7=AF=E5=BE=84=EF=BC=8C?= =?UTF-8?q?=E7=A6=81=E7=94=A8mthumb-interwork?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .clangd | 3 +++ .vscode/settings.json | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 .clangd diff --git a/.clangd b/.clangd new file mode 100644 index 0000000..1dfb06f --- /dev/null +++ b/.clangd @@ -0,0 +1,3 @@ +CompileFlags: + Remove: + - "mthumb-interwork" \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json index 283dd87..fa10b77 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -57,6 +57,9 @@ "bsp_can.h": "c", "can.h": "c" }, + // "clangd.arguments": [ + // "-query-driver=C:/msys64/mingw64/bin/arm-none-eabi-*.exe", + // ], "cortex-debug.variableUseNaturalFormat": true, "C_Cpp.default.configurationProvider": "ms-vscode.makefile-tools", // "C_Cpp.default.compilerPath": "D:\\Msys2\\mingw64\\bin\\arm-none-eabi-gcc.exe"