mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-08 00:09:18 +00:00
20 lines
809 B
JSON
20 lines
809 B
JSON
{
|
|
"C_Cpp.intelliSenseEngine": "default",
|
|
"idf.espIdfPath": "/home/abobkov/esp/v5.3.2/esp-idf",
|
|
"idf.openOcdConfigs": [
|
|
"board/esp32c3-builtin.cfg"
|
|
],
|
|
"idf.port": "/dev/ttyACM0",
|
|
"idf.toolsPath": "/home/abobkov/.espressif",
|
|
"idf.flashType": "UART",
|
|
"idf.espIdfPathWin": "C:\\Users\\alex\\esp\\v5.4\\esp-idf",
|
|
"idf.toolsPathWin": "c:\\Users\\alex\\esp\\",
|
|
"idf.pythonInstallPath": "c:\\Users\\alex\\esp\\tools\\idf-python\\3.11.2\\python.exe",
|
|
"idf.customExtraVars": {
|
|
"OPENOCD_SCRIPTS": "c:\\Users\\alex\\esp\\tools\\openocd-esp32\\v0.12.0-esp32-20240318/openocd-esp32/share/openocd/scripts",
|
|
"IDF_CCACHE_ENABLE": "1",
|
|
"ESP_ROM_ELF_DIR": "c:\\Users\\alex\\esp\\tools\\esp-rom-elfs\\20240305/",
|
|
"IDF_TARGET": "esp32c3"
|
|
}
|
|
}
|