FluxDC/.vscode/settings.json

18 lines
673 B
JSON
Raw Normal View History

2025-03-03 20:29:13 +08:00
{
"C_Cpp.intelliSenseEngine": "default",
"idf.espIdfPathWin": "C:\\Espressif\\frameworks\\esp-idf-v5.3.1",
"idf.toolsPathWin": "C:\\Espressif",
"idf.pythonInstallPath": "c:\\Espressif\\tools\\idf-python\\3.11.2\\python.exe",
2025-03-03 21:03:56 +08:00
"idf.customExtraVars": {
"OPENOCD_SCRIPTS": "d:\\Espressif\\tools\\openocd-esp32\\v0.12.0-esp32-20240318/openocd-esp32/share/openocd/scripts",
"IDF_CCACHE_ENABLE": "1",
"ESP_ROM_ELF_DIR": "d:\\Espressif\\tools\\esp-rom-elfs\\20240305/",
"IDF_TARGET": "esp32s3"
},
"idf.openOcdConfigs": [
"board/esp32s3-builtin.cfg"
],
2025-03-03 21:06:44 +08:00
"idf.portWin": "COM5",
"idf.flashType": "UART"
2025-03-03 20:29:13 +08:00
}