21 lines
750 B
JSON
21 lines
750 B
JSON
{
|
|
"C_Cpp.intelliSenseEngine": "default",
|
|
"idf.espIdfPathWin": "C:\\Users\\Laurent\\esp\\v5.5.1\\esp-idf",
|
|
"idf.pythonInstallPath": "C:\\Users\\Laurent\\.espressif\\tools\\idf-python\\3.11.2\\python.exe",
|
|
"idf.openOcdConfigs": [
|
|
"board/esp32h2-builtin.cfg"
|
|
],
|
|
"idf.portWin": "COM3",
|
|
"idf.toolsPathWin": "C:\\Users\\Laurent\\.espressif",
|
|
"idf.customExtraVars": {
|
|
"IDF_TARGET": "esp32h2"
|
|
},
|
|
"clangd.path": "C:\\Users\\Laurent\\.espressif\\tools\\esp-clang\\esp-19.1.2_20250312\\esp-clang\\bin\\clangd.exe",
|
|
"clangd.arguments": [
|
|
"--background-index",
|
|
"--query-driver=**",
|
|
"--compile-commands-dir=c:\\Users\\Laurent\\Desktop\\board-mate\\esp32-thread\\open-thread-client\\build"
|
|
],
|
|
"idf.flashType": "UART"
|
|
}
|