espvban/ESPIDFNEW/.vscode/settings.json
2024-08-29 21:38:48 +02:00

42 lines
2.2 KiB
JSON

{
"C_Cpp.intelliSenseEngine": "default",
"idf.adapterTargetName": "esp32",
"idf.customExtraPaths": "C:\\Users\\Job\\.espressif\\tools\\xtensa-esp-elf-gdb\\14.2_20240403\\xtensa-esp-elf-gdb\\bin;C:\\Users\\Job\\.espressif\\tools\\riscv32-esp-elf-gdb\\14.2_20240403\\riscv32-esp-elf-gdb\\bin;C:\\Users\\Job\\.espressif\\tools\\xtensa-esp-elf\\esp-13.2.0_20230928\\xtensa-esp-elf\\bin;C:\\Users\\Job\\.espressif\\tools\\riscv32-esp-elf\\esp-13.2.0_20230928\\riscv32-esp-elf\\bin;C:\\Users\\Job\\.espressif\\tools\\esp32ulp-elf\\2.35_20220830\\esp32ulp-elf\\bin;C:\\Users\\Job\\.espressif\\tools\\cmake\\3.24.0\\bin;C:\\Users\\Job\\.espressif\\tools\\openocd-esp32\\v0.12.0-esp32-20240318\\openocd-esp32\\bin;C:\\Users\\Job\\.espressif\\tools\\ninja\\1.11.1;C:\\Users\\Job\\.espressif\\tools\\idf-exe\\1.0.3;C:\\Users\\Job\\.espressif\\tools\\ccache\\4.8\\ccache-4.8-windows-x86_64;C:\\Users\\Job\\.espressif\\tools\\dfu-util\\0.11\\dfu-util-0.11-win64;C:\\Users\\Job\\.espressif\\tools\\esp-rom-elfs\\20230320",
"idf.customExtraVars": {
"OPENOCD_SCRIPTS": "C:\\Users\\Job\\.espressif\\tools\\openocd-esp32\\v0.12.0-esp32-20240318/openocd-esp32/share/openocd/scripts",
"IDF_CCACHE_ENABLE": "1",
"ESP_ROM_ELF_DIR": "C:\\Users\\Job\\.espressif\\tools\\esp-rom-elfs\\20230320/"
},
"idf.espIdfPathWin": "C:\\Users\\Job\\esp\\v5.2.2\\esp-idf",
"idf.openOcdConfigs": [
"interface/ftdi/esp32_devkitj_v1.cfg",
"target/esp32.cfg"
],
"idf.portWin": "COM4",
"idf.pythonBinPathWin": "C:\\Users\\Job\\.espressif\\python_env\\idf5.2_py3.11_env\\Scripts\\python.exe",
"idf.toolsPathWin": "C:\\Users\\Job\\.espressif",
"idf.flashType": "UART",
"files.associations": {
"param.h": "c",
"random": "c",
"math.h": "c",
"i2s.h": "c",
"cstdint": "c",
"vban.h": "c",
"http_control.h": "c",
"esp_dsp.h": "c",
"butterworthdesign.h": "c",
"esp_log.h": "c",
"inttypes.h": "c",
"freertos.h": "c",
"queue.h": "c",
"signalpath.h": "c",
"algorithm": "c",
"esp_netif.h": "c",
"event_groups.h": "c",
"i2c.h": "c",
"string.h": "c"
},
"cmake.configureOnOpen": false
}