18 lines
545 B
JSON
18 lines
545 B
JSON
{
|
|
"C_Cpp.intelliSenseEngine": "default",
|
|
"idf.openOcdConfigs": [
|
|
"board/esp32c3-builtin.cfg"
|
|
],
|
|
"idf.portWin": "detect",
|
|
"idf.currentSetup": "C:/Espressif/frameworks/esp-idf-v5.3.1/",
|
|
"idf.customExtraVars": {
|
|
"IDF_TARGET": "esp32c3"
|
|
},
|
|
"clangd.path": "C:\\Espressif\\tools\\esp-clang\\16.0.1-fe4f10a809\\esp-clang\\bin\\clangd.exe",
|
|
"clangd.arguments": [
|
|
"--background-index",
|
|
"--query-driver=**",
|
|
"--compile-commands-dir=c:\\Users\\wuwen\\Documents\\prj\\hantai_project\\code\\spi_lcd_driver\\build"
|
|
]
|
|
}
|