This commit is contained in:
2025-06-14 01:36:44 -04:00
parent 1a0f8f2508
commit 59f5cd125d
1330 changed files with 183697 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{
"idf.espIdfPath": "/home/abobkov/esp/v5.4.1/esp-idf",
"idf.toolsPath": "/home/abobkov/.espressif",
"idf.pythonInstallPath": "/usr/bin/python3",
"idf.openOcdConfigs": [
"board/esp32c3-builtin.cfg"
],
"idf.customExtraVars": {
"OPENOCD_SCRIPTS": "/home/abobkov/.espressif/tools/openocd-esp32/v0.12.0-esp32-20240821/openocd-esp32/share/openocd/scripts",
"ESP_ROM_ELF_DIR": "/home/abobkov/.espressif/tools/esp-rom-elfs/20230320/",
"IDF_TARGET": "esp32c3"
}
}