-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.json
32 lines (32 loc) · 1.9 KB
/
settings.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"C_Cpp.intelliSenseEngine": "default",
"idf.adapterTargetName": "esp32",
"idf.customExtraPaths": "c:\\Espressif\\tools\\tools\\xtensa-esp-elf-gdb\\12.1_20231023\\xtensa-esp-elf-gdb\\bin;c:\\Espressif\\tools\\tools\\riscv32-esp-elf-gdb\\12.1_20231023\\riscv32-esp-elf-gdb\\bin;c:\\Espressif\\tools\\tools\\xtensa-esp-elf\\esp-13.2.0_20230928\\xtensa-esp-elf\\bin;c:\\Espressif\\tools\\tools\\riscv32-esp-elf\\esp-13.2.0_20230928\\riscv32-esp-elf\\bin;c:\\Espressif\\tools\\tools\\esp32ulp-elf\\2.35_20220830\\esp32ulp-elf\\bin;c:\\Espressif\\tools\\tools\\cmake\\3.24.0\\bin;c:\\Espressif\\tools\\tools\\openocd-esp32\\v0.12.0-esp32-20230921\\openocd-esp32\\bin;c:\\Espressif\\tools\\tools\\ninja\\1.11.1;c:\\Espressif\\tools\\tools\\idf-exe\\1.0.3;c:\\Espressif\\tools\\tools\\ccache\\4.8\\ccache-4.8-windows-x86_64;c:\\Espressif\\tools\\tools\\dfu-util\\0.11\\dfu-util-0.11-win64;c:\\Espressif\\tools\\tools\\esp-rom-elfs\\20230320",
"idf.customExtraVars": {
"OPENOCD_SCRIPTS": "c:\\Espressif\\tools\\tools\\openocd-esp32\\v0.12.0-esp32-20230921/openocd-esp32/share/openocd/scripts",
"IDF_CCACHE_ENABLE": "1",
"ESP_ROM_ELF_DIR": "c:\\Espressif\\tools\\tools\\esp-rom-elfs\\20230320/"
},
"idf.espIdfPathWin": "c:\\Espressif\\v5.2\\esp-idf",
"idf.openOcdConfigs": [
"board/esp32-wrover-kit-3.3v.cfg"
],
"idf.portWin": "COM11",
"idf.pythonBinPathWin": "c:\\Espressif\\tools\\python_env\\idf5.2_py3.11_env\\Scripts\\python.exe",
"idf.toolsPathWin": "c:\\Espressif\\tools",
"idf.flashType": "UART",
"files.associations": {
"init_custom_wifi.h": "c",
"esp_wifi.h": "c",
"esp_event.h": "c",
"nvs_flash.h": "c",
"sys.h": "c",
"err.h": "c",
"freertos.h": "c",
"sensorbmp280.h": "c",
"esp_err.h": "c",
"data.h": "c",
"mydata.h": "c",
"mydata_init_custom_wifi.h": "c"
}
}