settings.json 851 B

12345678910111213141516171819202122
  1. {
  2. "C_Cpp.intelliSenseEngine": "default",
  3. "idf.espIdfPathWin": "c:\\Dev\\esp\\v5.5.1\\esp-idf",
  4. "idf.toolsPathWin": "c:\\Dev\\.espressif",
  5. "idf.pythonInstallPath": "c:\\Dev\\.espressif\\tools\\idf-python\\3.11.2\\python.exe",
  6. "idf.portWin": "COM8",
  7. "idf.flashType": "UART",
  8. "idf.openOcdConfigs": [
  9. "interface/ftdi/esp_ftdi.cfg",
  10. "target/esp32s3.cfg"
  11. ],
  12. "idf.customExtraVars": {
  13. "IDF_TARGET": "esp32s3"
  14. },
  15. "clangd.path": "c:\\Dev\\.espressif\\tools\\esp-clang\\esp-19.1.2_20250312\\esp-clang\\bin\\clangd.exe",
  16. "clangd.arguments": [
  17. "--background-index",
  18. "--query-driver=c:\\Dev\\.espressif\\tools\\xtensa-esp-elf\\esp-14.2.0_20241119\\xtensa-esp-elf\\bin\\xtensa-esp32s3-elf-gcc.exe",
  19. "--compile-commands-dir=d:\\Project\\ble_auracast\\test\\NimBLE_GATT_Server\\build"
  20. ],
  21. "idf.monitorPort": "COM8"
  22. }