瀏覽代碼

aec implementation

Kathy Zhu 1 月之前
父節點
當前提交
a60ee604d8
共有 2 個文件被更改,包括 10 次插入2 次删除
  1. 2 0
      .clangd
  2. 8 2
      .vscode/settings.json

+ 2 - 0
.clangd

@@ -0,0 +1,2 @@
+CompileFlags:
+    Remove: [-f*, -m*]

+ 8 - 2
.vscode/settings.json

@@ -1,3 +1,9 @@
 {
-    "idf.currentSetup": "C:\\.espressif\\v6.0.1\\esp-idf"
-}
+  "idf.currentSetup": "C:\\.espressif\\v6.0.1\\esp-idf",
+  "clangd.path": "C:\\Espressif\\tools\\esp-clang\\esp-20.1.1_20250829\\esp-clang\\bin\\clangd.exe",
+  "clangd.arguments": [
+    "--background-index",
+    "--query-driver=**",
+    "--compile-commands-dir=c:\\Users\\kathy\\Downloads\\Retry_Test\\build"
+  ]
+}