settings.json 789 B

1234567891011121314151617181920
  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.flashType": "UART",
  7. "idf.portWin": "COM8",
  8. "idf.openOcdConfigs": [
  9. "board/esp32s3-builtin.cfg"
  10. ],
  11. "idf.customExtraVars": {
  12. "IDF_TARGET": "esp32s3"
  13. },
  14. "clangd.path": "c:\\Dev\\.espressif\\tools\\esp-clang\\esp-19.1.2_20250312\\esp-clang\\bin\\clangd.exe",
  15. "clangd.arguments": [
  16. "--background-index",
  17. "--query-driver=c:\\Dev\\.espressif\\tools\\xtensa-esp-elf\\esp-14.2.0_20241119\\xtensa-esp-elf\\bin\\xtensa-esp32s3-elf-gcc.exe",
  18. "--compile-commands-dir=d:\\Project\\ble_auracast\\test\\NimBLE_Beacon\\build"
  19. ]
  20. }