mirror of
https://gitlab.com/fabinfra/fabhardware/fablock-kallax.git
synced 2025-03-12 22:51:45 +01:00
21 lines
1.3 KiB
JSON
21 lines
1.3 KiB
JSON
{
|
|
"C_Cpp.intelliSenseEngine": "default",
|
|
"idf.adapterTargetName": "esp32",
|
|
"idf.customExtraPaths": "/home/user/.espressif/tools/xtensa-esp-elf-gdb/14.2_20240403/xtensa-esp-elf-gdb/bin:/home/user/.espressif/tools/riscv32-esp-elf-gdb/14.2_20240403/riscv32-esp-elf-gdb/bin:/home/user/.espressif/tools/xtensa-esp-elf/esp-13.2.0_20240530/xtensa-esp-elf/bin:/home/user/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin:/home/user/.espressif/tools/esp32ulp-elf/2.38_20240113/esp32ulp-elf/bin:/home/user/.espressif/tools/cmake/3.24.0/bin:/home/user/.espressif/tools/openocd-esp32/v0.12.0-esp32-20240318/openocd-esp32/bin:/home/user/.espressif/tools/ninja/1.11.1:/home/user/.espressif/tools/esp-rom-elfs/20240305",
|
|
"idf.customExtraVars": {
|
|
"OPENOCD_SCRIPTS": "/home/user/.espressif/tools/openocd-esp32/v0.12.0-esp32-20240318/openocd-esp32/share/openocd/scripts",
|
|
"ESP_ROM_ELF_DIR": "/home/user/.espressif/tools/esp-rom-elfs/20240305/"
|
|
},
|
|
"idf.espIdfPath": "/home/user/esp/v5.3.1/esp-idf",
|
|
"idf.openOcdConfigs": [
|
|
"board/esp32-wrover-kit-3.3v.cfg"
|
|
],
|
|
"idf.port": "/dev/ttyUSB1",
|
|
"idf.pythonBinPath": "/home/user/.espressif/python_env/idf5.3_py3.12_env/bin/python",
|
|
"idf.toolsPath": "/home/user/.espressif",
|
|
"idf.flashType": "UART",
|
|
"files.associations": {
|
|
"stdio.h": "c"
|
|
}
|
|
}
|