-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.json
16 lines (16 loc) · 1.27 KB
/
settings.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"C_Cpp.intelliSenseEngine": "default",
"idf.adapterTargetName": "esp32",
"idf.customExtraPaths": "/home/oskar/.espressif/tools/xtensa-esp-elf-gdb/14.2_20240403/xtensa-esp-elf-gdb/bin:/home/oskar/.espressif/tools/riscv32-esp-elf-gdb/14.2_20240403/riscv32-esp-elf-gdb/bin:/home/oskar/.espressif/tools/xtensa-esp-elf/esp-13.2.0_20240530/xtensa-esp-elf/bin:/home/oskar/.espressif/tools/riscv32-esp-elf/esp-13.2.0_20240530/riscv32-esp-elf/bin:/home/oskar/.espressif/tools/esp32ulp-elf/2.38_20240113/esp32ulp-elf/bin:/home/oskar/.espressif/tools/cmake/3.24.0/bin:/home/oskar/.espressif/tools/openocd-esp32/v0.12.0-esp32-20240318/openocd-esp32/bin:/home/oskar/.espressif/tools/ninja/1.11.1:/home/oskar/.espressif/tools/esp-rom-elfs/20240305",
"idf.customExtraVars": {
"OPENOCD_SCRIPTS": "/home/oskar/.espressif/tools/openocd-esp32/v0.12.0-esp32-20240318/openocd-esp32/share/openocd/scripts",
"ESP_ROM_ELF_DIR": "/home/oskar/.espressif/tools/esp-rom-elfs/20240305/"
},
"idf.espIdfPath": "/home/oskar/esp/v5.3/esp-idf",
"idf.openOcdConfigs": [
"board/esp32-wrover-kit-3.3v.cfg"
],
"idf.port": "/dev/ttyUSB0",
"idf.pythonBinPath": "/home/oskar/.espressif/python_env/idf5.3_py3.10_env/bin/python",
"idf.toolsPath": "/home/oskar/.espressif"
}