21 lines
746 B
JSON
21 lines
746 B
JSON
|
|
{
|
||
|
|
"C_Cpp.intelliSenseEngine": "default",
|
||
|
|
"idf.espIdfPathWin": "C:/Espressif/frameworks/esp-idf-v5.5/",
|
||
|
|
"idf.pythonInstallPath": "C:\\Espressif\\tools\\idf-python\\3.11.2\\python.exe",
|
||
|
|
"idf.openOcdConfigs": [
|
||
|
|
"board/esp32s3-builtin.cfg"
|
||
|
|
],
|
||
|
|
"idf.portWin": "COM11",
|
||
|
|
"idf.toolsPathWin": "C:\\Espressif",
|
||
|
|
"idf.customExtraVars": {
|
||
|
|
"IDF_TARGET": "esp32s3"
|
||
|
|
},
|
||
|
|
"clangd.path": "C:\\Espressif\\tools\\esp-clang\\esp-19.1.2_20250312\\esp-clang\\bin\\clangd.exe",
|
||
|
|
"clangd.arguments": [
|
||
|
|
"--background-index",
|
||
|
|
"--query-driver=C:\\Espressif\\tools\\xtensa-esp-elf\\esp-14.2.0_20241119\\xtensa-esp-elf\\bin\\xtensa-esp32s3-elf-gcc.exe",
|
||
|
|
"--compile-commands-dir=${workspaceFolder}\\build"
|
||
|
|
],
|
||
|
|
"idf.flashType": "UART"
|
||
|
|
}
|