1.54ReflectiveLCDTest/.vscode/settings.json
kirltrz 5d2b33af4d
Some checks failed
ESP-IDF v5.5.x 自动编译 / build (push) Has been cancelled
迁移至5.5.3;st7305驱动不再由manager管理
2026-02-25 03:34:48 +08:00

24 lines
814 B
JSON

{
"C_Cpp.intelliSenseEngine": "default",
"idf.espIdfPathWin": "c:\\esp\\v5.4.3\\esp-idf",
"idf.pythonInstallPath": "C:\\Espressif\\tools\\idf-python\\3.11.2\\python.exe",
"idf.openOcdConfigs": [
"board/esp32c3-builtin.cfg"
],
"idf.portWin": "COM10",
"idf.toolsPathWin": "C:\\Espressif",
"idf.customExtraVars": {
"IDF_TARGET": "esp32c3"
},
"clangd.path": "C:\\Espressif\\tools\\esp-clang\\esp-18.1.2_20240912\\esp-clang\\bin\\clangd.exe",
"clangd.arguments": [
"--background-index",
"--query-driver=**",
"--compile-commands-dir=c:\\Users\\Kirl\\Documents\\st7305port\\build"
],
"commentTranslate.source": "intellsmi.comment-translate-ali.cloud",
"idf.flashType": "UART",
"idf.currentSetup": "C:\\esp\\v5.5.3\\esp-idf",
"idf.enableSizeTaskAfterBuildTask": false
}