37 lines
1.2 KiB
JSON
37 lines
1.2 KiB
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "ESP-IDF",
|
|
"compilerPath": "${config:idf.toolsPath}/tools/xtensa-esp-elf/esp-14.2.0_20241119/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc",
|
|
"compileCommands": [
|
|
"${config:idf.buildPath}/compile_commands.json"
|
|
],
|
|
"includePath": [
|
|
"${config:idf.espIdfPath}/components/**",
|
|
"${config:idf.espIdfPathWin}/components/**",
|
|
"${workspaceFolder}/**"
|
|
],
|
|
"defines": ["LV_CONF_SKIP"],
|
|
"browse": {
|
|
"path": [
|
|
"${config:idf.espIdfPath}/components",
|
|
"${config:idf.espIdfPathWin}/components",
|
|
"${workspaceFolder}"
|
|
],
|
|
"limitSymbolsToIncludedHeaders": true
|
|
}
|
|
},
|
|
{
|
|
"name": "linux-host",
|
|
"includePath": [
|
|
"${workspaceFolder}/**"
|
|
],
|
|
"defines": ["LV_CONF_SKIP"],
|
|
"compilerPath": "/usr/bin/gcc",
|
|
"cStandard": "c17",
|
|
"cppStandard": "gnu++17",
|
|
"intelliSenseMode": "linux-gcc-x64"
|
|
}
|
|
],
|
|
"version": 4
|
|
} |