settings.json 1.8 KB

12345678910111213141516171819202122232425
  1. {
  2. "idf.portWin": "COM5",
  3. "idf.adapterTargetName": "esp32",
  4. "idf.openOcdConfigs": [
  5. "board/esp32-wrover-kit-3.3v.cfg"
  6. ],
  7. "idf.flashType": "UART",
  8. "idf.espIdfPathWin": "C:/Espressif5.3.1/frameworks/esp-idf-v5.3.1/",
  9. "idf.pythonBinPathWin": "C:/Espressif5.3.1/python_env/idf5.3_py3.11_env/Scripts/python.exe",
  10. "idf.toolsPathWin": "C:\\Espressif5.3.1",
  11. "idf.customExtraPaths": "C:\\Espressif5.3.1\\tools\\xtensa-esp-elf-gdb\\14.2_20240403\\xtensa-esp-elf-gdb\\bin;C:\\Espressif5.3.1\\tools\\riscv32-esp-elf-gdb\\14.2_20240403\\riscv32-esp-elf-gdb\\bin;C:\\Espressif5.3.1\\tools\\xtensa-esp-elf\\esp-13.2.0_20240530\\xtensa-esp-elf\\bin;C:\\Espressif5.3.1\\tools\\riscv32-esp-elf\\esp-13.2.0_20240530\\riscv32-esp-elf\\bin;C:\\Espressif5.3.1\\tools\\esp32ulp-elf\\2.38_20240113\\esp32ulp-elf\\bin;C:\\Espressif5.3.1\\tools\\cmake\\3.24.0\\bin;C:\\Espressif5.3.1\\tools\\openocd-esp32\\v0.12.0-esp32-20240318\\openocd-esp32\\bin;C:\\Espressif5.3.1\\tools\\ninja\\1.11.1;C:\\Espressif5.3.1\\tools\\idf-exe\\1.0.3;C:\\Espressif5.3.1\\tools\\ccache\\4.8\\ccache-4.8-windows-x86_64;C:\\Espressif5.3.1\\tools\\dfu-util\\0.11\\dfu-util-0.11-win64;C:\\Espressif5.3.1\\tools\\esp-rom-elfs\\20240305",
  12. "idf.customExtraVars": {
  13. "OPENOCD_SCRIPTS": "C:\\Espressif5.3.1\\tools\\openocd-esp32\\v0.12.0-esp32-20240318/openocd-esp32/share/openocd/scripts",
  14. "IDF_CCACHE_ENABLE": "1",
  15. "ESP_ROM_ELF_DIR": "C:\\Espressif5.3.1\\tools\\esp-rom-elfs\\20240305/"
  16. },
  17. "idf.gitPathWin": "C:/Espressif5.3.1/tools/idf-git/2.44.0/cmd/git.exe",
  18. "idf.pythonInstallPath": "C:\\Espressif5.3.1\\tools\\idf-python\\3.11.2\\python.exe",
  19. "files.associations": {
  20. "*.cjson": "jsonc",
  21. "*.wxss": "css",
  22. "*.wxs": "javascript",
  23. "bt_app_core.h": "c"
  24. }
  25. }