zigbee_router_c6/.vscode/settings.json

16 lines
539 B
JSON

{
"idf.port": "/dev/ttyACM0",
"idf.openOcdConfigs": [
"board/esp32c6-builtin.cfg"
],
"idf.customExtraVars": {
"IDF_TARGET": "esp32c6"
},
"clangd.path": "/home/sam/.espressif/tools/esp-clang/esp-18.1.2_20240912/esp-clang/bin/clangd",
"clangd.arguments": [
"--background-index",
"--query-driver=/home/sam/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/riscv32-esp-elf-gcc",
"--compile-commands-dir=/media/sam/8294CD2994CD2111/Users/Dell/Documents/ESP/zigbee_router_c6/build"
]
}