settings.json 905 B

123456789101112131415161718192021222324252627
  1. {
  2. "C_Cpp.intelliSenseEngine": "default",
  3. "idf.espIdfPathWin": "c:\\Dev\\esp\\v5.5.1\\esp-idf",
  4. "idf.pythonInstallPath": "c:\\Dev\\.espressif\\tools\\idf-python\\3.11.2\\python.exe",
  5. "idf.openOcdConfigs": [
  6. "board/esp32s3-builtin.cfg"
  7. ],
  8. "idf.portWin": "COM8",
  9. "idf.toolsPathWin": "c:\\Dev\\.espressif",
  10. "idf.customExtraVars": {
  11. "IDF_TARGET": "esp32s3"
  12. },
  13. "clangd.path": "c:\\Dev\\.espressif\\tools\\esp-clang\\esp-19.1.2_20250312\\esp-clang\\bin\\clangd.exe",
  14. "clangd.arguments": [
  15. "--background-index",
  16. "--query-driver=c:\\Dev\\.espressif\\tools\\xtensa-esp-elf\\esp-14.2.0_20241119\\xtensa-esp-elf\\bin\\xtensa-esp32-elf-gcc.exe",
  17. "--compile-commands-dir=${workspaceFolder}\\build"
  18. ],
  19. "files.associations": {
  20. "heart_rate.h": "c",
  21. "gatt_svc.h": "c",
  22. "common.h": "c",
  23. "device_manager.h": "c",
  24. "gap.h": "c"
  25. },
  26. "idf.flashType": "UART"
  27. }