28 lines
897 B
JSON
28 lines
897 B
JSON
{
|
|
"C_Cpp.intelliSenseEngine": "default",
|
|
"idf.espIdfPathWin": "d:\\espidfEnv\\v5.3.2\\esp-idf",
|
|
"idf.toolsPathWin": "d:\\Espressif",
|
|
"idf.pythonInstallPath": "d:\\Espressif\\tools\\idf-python\\3.11.2\\python.exe",
|
|
"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"
|
|
],
|
|
"idf.portWin": "COM5",
|
|
"idf.flashType": "UART",
|
|
"files.associations": {
|
|
"ledc.h": "c",
|
|
"gpio.h": "c",
|
|
"sdmmc_host.h": "c",
|
|
"modbus_params.h": "c",
|
|
"array": "c",
|
|
"string": "c",
|
|
"string_view": "c",
|
|
"span": "c"
|
|
}
|
|
}
|