Files
board-mate/esp32-thread/open-thread-rcp/.vscode/settings.json
2025-12-26 13:02:17 +01:00

21 lines
814 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": "COM4",
"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=C:\\Users\\Laurent\\.espressif\\tools\\xtensa-esp-elf\\esp-14.2.0_20241119\\xtensa-esp-elf\\bin\\xtensa-esp32-elf-gcc.exe",
"--compile-commands-dir=${workspaceFolder}\\build"
],
"idf.flashType": "UART"
}