22 lines
882 B
JSON
22 lines
882 B
JSON
{
|
|
"C_Cpp.intelliSenseEngine": "default",
|
|
"idf.openOcdConfigs": [
|
|
"board/esp32c3-builtin.cfg"
|
|
],
|
|
"idf.port": "/dev/ttyACM0",
|
|
"idf.currentSetup": "/home/beihong/esp/v5.5.2/esp-idf",
|
|
"idf.customExtraVars": {
|
|
"IDF_TARGET": "esp32c3"
|
|
},
|
|
"idf.buildPath": "/home/beihong/esp_projects/BotanicalBuddy/build",
|
|
"C_Cpp.default.compileCommands": "/home/beihong/esp_projects/BotanicalBuddy/build/compile_commands.json",
|
|
"clangd.path": "/home/beihong/.espressif/tools/esp-clang/esp-19.1.2_20250312/esp-clang/bin/clangd",
|
|
"clangd.arguments": [
|
|
"--background-index",
|
|
"--query-driver=**",
|
|
"--compile-commands-dir=/home/beihong/esp_projects/BotanicalBuddy/build"
|
|
],
|
|
"idf.flashType": "UART",
|
|
"C_Cpp.default.compilerPath": "/home/beihong/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20251107/riscv32-esp-elf/bin/riscv32-esp-elf-g++"
|
|
}
|