指定clangd下的驱动程序路径,禁用mthumb-interwork

This commit is contained in:
chenfu
2023-11-10 22:15:38 +08:00
parent 276fee9352
commit 4170192ccb
2 changed files with 6 additions and 0 deletions

3
.clangd Normal file
View File

@@ -0,0 +1,3 @@
CompileFlags:
Remove:
- "mthumb-interwork"

View File

@@ -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"