Initial commit
This commit is contained in:
20
.vscode/settings.json
vendored
Normal file
20
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user