Files
gpio_led/.vscode/settings.json
2026-06-24 16:37:26 +08:00

21 lines
770 B
JSON

{
"C_Cpp.intelliSenseEngine": "default",
"idf.espIdfPathWin": "D:/app/Espressif/frameworks/esp-idf-v5.5.4/",
"idf.pythonInstallPath": "D:\\app\\Espressif\\tools\\idf-python\\3.11.2\\python.exe",
"idf.openOcdConfigs": [
"board/esp32c5-builtin.cfg"
],
"idf.portWin": "COM13",
"idf.toolsPathWin": "D:\\app\\Espressif",
"idf.customExtraVars": {
"IDF_TARGET": "esp32c5"
},
"clangd.path": "D:\\app\\Espressif\\tools\\esp-clang\\esp-19.1.2_20250312\\esp-clang\\bin\\clangd.exe",
"clangd.arguments": [
"--background-index",
"--query-driver=D:\\app\\Espressif\\tools\\xtensa-esp-elf\\esp-14.2.0_20260121\\xtensa-esp-elf\\bin\\xtensa-esp32-elf-gcc.exe",
"--compile-commands-dir=${workspaceFolder}\\build"
],
"idf.flashType": "UART"
}