2024-07-07 17:40:55 -04:00
|
|
|
{
|
|
|
|
"configurations": [
|
|
|
|
{
|
|
|
|
"name": "ESP-IDF",
|
2024-07-11 18:08:04 -04:00
|
|
|
"compilerPath": "${config:idf.toolsPathWin}\\tools\\xtensa-esp-elf\\esp-13.2.0_20230928\\xtensa-esp-elf\\bin\\xtensa-esp32s2-elf-gcc.exe",
|
2024-07-07 17:40:55 -04:00
|
|
|
"compileCommands": "${config:idf.buildPath}/compile_commands.json",
|
|
|
|
"includePath": [
|
|
|
|
"${config:idf.espIdfPath}/components/**",
|
|
|
|
"${config:idf.espIdfPathWin}/components/**",
|
|
|
|
"${workspaceFolder}/**"
|
|
|
|
],
|
|
|
|
"browse": {
|
|
|
|
"path": [
|
|
|
|
"${config:idf.espIdfPath}/components",
|
|
|
|
"${config:idf.espIdfPathWin}/components",
|
|
|
|
"${workspaceFolder}"
|
|
|
|
],
|
|
|
|
"limitSymbolsToIncludedHeaders": true
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"version": 4
|
|
|
|
}
|