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"