| 1234567891011121314151617181920 |
- {
- "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.openOcdConfigs": [
- "board/esp32s3-builtin.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\\ble50_security_server\\build"
- ],
- "idf.flashType": "UART"
- }
|