24 lines
814 B
JSON
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.2\\esp-idf",
|
|
"idf.enableSizeTaskAfterBuildTask": false
|
|
}
|