25 lines
895 B
JSON
25 lines
895 B
JSON
|
{
|
||
|
"configurations": [
|
||
|
{
|
||
|
"name": "Win32",
|
||
|
"includePath": [
|
||
|
"${workspaceFolder}/**",
|
||
|
"C:\\Users\\Administrator\\esp\\esp-idf\\components**",
|
||
|
"C:/Users/Administrator/.espressif/tools/xtensa-esp32-elf/esp-2021r2-patch3-8.4.0/xtensa-esp32-elf/**"
|
||
|
],
|
||
|
"defines": [
|
||
|
"_DEBUG",
|
||
|
"UNICODE",
|
||
|
"_UNICODE"
|
||
|
],
|
||
|
"windowsSdkVersion": "10.0.19041.0",
|
||
|
"compilerPath": "d:\\ESP32\\Espressif\\tools\\tools\\xtensa-esp32-elf\\esp-2021r2-patch3-8.4.0\\xtensa-esp32-elf\\bin\\xtensa-esp32-elf-gcc.exe",
|
||
|
"cStandard": "c17",
|
||
|
"cppStandard": "c++17",
|
||
|
"intelliSenseMode": "gcc-x64",
|
||
|
"compileCommands": "${workspaceFolder}/build/compile_commands.json"
|
||
|
}
|
||
|
],
|
||
|
"version": 4
|
||
|
}
|