22 lines
696 B
JSON
Executable File
22 lines
696 B
JSON
Executable File
{
|
|
"C_Cpp.intelliSenseEngine": "default",
|
|
"idf.espIdfPathWin": "d:\\PROGRAMAS\\esp\\v5.5.2\\esp-idf",
|
|
"idf.pythonInstallPath": "/opt/esp/python_env/idf6.1_py3.12_env/bin/python",
|
|
"idf.openOcdConfigs": [
|
|
"board/esp32c6-builtin.cfg"
|
|
],
|
|
"idf.portWin": "detect",
|
|
"idf.toolsPathWin": "d:\\PROGRAMAS\\.espressif",
|
|
"idf.customExtraVars": {
|
|
"IDF_TARGET": "esp32c6"
|
|
},
|
|
"clangd.path": "d:\\PROGRAMAS\\.espressif\\tools\\esp-clang\\esp-19.1.2_20250312\\esp-clang\\bin\\clangd.exe",
|
|
"clangd.arguments": [
|
|
"--background-index",
|
|
"--query-driver=**",
|
|
"--compile-commands-dir=d:\\PROJECTS\\bomba-esp\\build"
|
|
],
|
|
"idf.port": "/dev/ttyACM0",
|
|
"idf.flashType": "UART"
|
|
}
|