DualLedController/.vscode/settings.json
2024-05-15 23:29:00 +08:00

19 lines
1.7 KiB
JSON

{
"C_Cpp.intelliSenseEngine": "default",
"idf.adapterTargetName": "esp32",
"idf.customExtraPaths": "E:\\Projects\\esp\\.espressif\\tools\\xtensa-esp-elf-gdb\\12.1_20231023\\xtensa-esp-elf-gdb\\bin;E:\\Projects\\esp\\.espressif\\tools\\riscv32-esp-elf-gdb\\12.1_20231023\\riscv32-esp-elf-gdb\\bin;E:\\Projects\\esp\\.espressif\\tools\\xtensa-esp-elf\\esp-13.2.0_20230928\\xtensa-esp-elf\\bin;E:\\Projects\\esp\\.espressif\\tools\\riscv32-esp-elf\\esp-13.2.0_20230928\\riscv32-esp-elf\\bin;E:\\Projects\\esp\\.espressif\\tools\\esp32ulp-elf\\2.35_20220830\\esp32ulp-elf\\bin;E:\\Projects\\esp\\.espressif\\tools\\cmake\\3.24.0\\bin;E:\\Projects\\esp\\.espressif\\tools\\openocd-esp32\\v0.12.0-esp32-20230921\\openocd-esp32\\bin;E:\\Projects\\esp\\.espressif\\tools\\ninja\\1.11.1;E:\\Projects\\esp\\.espressif\\tools\\idf-exe\\1.0.3;E:\\Projects\\esp\\.espressif\\tools\\ccache\\4.8\\ccache-4.8-windows-x86_64;E:\\Projects\\esp\\.espressif\\tools\\dfu-util\\0.11\\dfu-util-0.11-win64;E:\\Projects\\esp\\.espressif\\tools\\esp-rom-elfs\\20230320",
"idf.customExtraVars": {
"OPENOCD_SCRIPTS": "E:\\Projects\\esp\\.espressif\\tools\\openocd-esp32\\v0.12.0-esp32-20230921/openocd-esp32/share/openocd/scripts",
"IDF_CCACHE_ENABLE": "1",
"ESP_ROM_ELF_DIR": "E:\\Projects\\esp\\.espressif\\tools\\esp-rom-elfs\\20230320/"
},
"idf.espIdfPathWin": "E:\\Projects\\esp\\v5.2.1\\esp-idf",
"idf.openOcdConfigs": [
"interface/ftdi/esp32_devkitj_v1.cfg",
"target/esp32.cfg"
],
"idf.portWin": "COM1",
"idf.pythonBinPathWin": "E:\\Projects\\esp\\.espressif\\python_env\\idf5.2_py3.11_env\\Scripts\\python.exe",
"idf.toolsPathWin": "E:\\Projects\\esp\\.espressif"
}