| 12345678910111213141516171819202122 |
- {
- "C_Cpp.intelliSenseEngine": "default",
- "idf.espIdfPathWin": "c:\\Dev\\esp\\v5.5.1\\esp-idf",
- "idf.toolsPathWin": "c:\\Dev\\.espressif",
- "idf.pythonInstallPath": "c:\\Dev\\.espressif\\tools\\idf-python\\3.11.2\\python.exe",
- "idf.portWin": "COM8",
- "idf.flashType": "UART",
- "idf.openOcdConfigs": [
- "interface/ftdi/esp_ftdi.cfg",
- "target/esp32s3.cfg"
- ],
- "idf.customExtraVars": {
- "IDF_TARGET": "esp32s3"
- },
- "clangd.path": "c:\\Dev\\.espressif\\tools\\esp-clang\\esp-19.1.2_20250312\\esp-clang\\bin\\clangd.exe",
- "clangd.arguments": [
- "--background-index",
- "--query-driver=c:\\Dev\\.espressif\\tools\\xtensa-esp-elf\\esp-14.2.0_20241119\\xtensa-esp-elf\\bin\\xtensa-esp32s3-elf-gcc.exe",
- "--compile-commands-dir=d:\\Project\\ble_auracast\\test\\NimBLE_GATT_Server\\build"
- ],
- "idf.monitorPort": "COM8"
- }
|