Dzbj_C3_Key/.vscode/settings.json

107 lines
2.8 KiB
JSON

{
"C_Cpp.intelliSenseEngine": "default",
"idf.espIdfPathWin": "D:/Espressif/frameworks/esp-idf-v5.4.1/",
"idf.pythonInstallPath": "/opt/homebrew/bin/python3",
"idf.openOcdConfigs": [
"board/esp32c3-bridge.cfg"
],
"idf.toolsPathWin": "D:\\Espressif",
"idf.customExtraVars": {
"IDF_TARGET": "esp32c3"
},
"files.associations": {
"*.bin": "bibtex",
"*.csv": "csv",
"freertos.h": "c",
"i2c.h": "c",
"esp_lvgl_port.h": "c",
"esp_lvgl_port_knob.h": "c",
"esp_lvgl_port_touch.h": "c",
"lv_demos.h": "c",
"esp_lcd_panel_ops.h": "c",
"esp_lcd_st77916.h": "c",
"esp_lcd_touch_cst9217.h": "c",
"lvgl.h": "c",
"esp_lcd_touch.h": "c",
"esp_lcd_panel_io.h": "c",
"semphr.h": "c",
"unity.h": "c",
"esp_log.h": "c",
"esp_lcd_io_spi.h": "c",
"stdbool.h": "c",
"lv_examples.h": "c",
"lv_example_event.h": "c",
"lv_example_anim.h": "c",
"lv_example_get_started.h": "c",
"i2c_master.h": "c",
"gpio.h": "c",
"compare": "c",
"cstdint": "c",
"esp_mac.h": "c",
"esp_gap_ble_api.h": "c",
"esp_bt.h": "c",
"esp_err.h": "c",
"sdkconfig.h": "c",
"array": "c",
"charconv": "c",
"complex": "c",
"functional": "c",
"ratio": "c",
"tuple": "c",
"type_traits": "c",
"utility": "c",
"variant": "c",
"format": "c",
"*.inc": "c",
"fstream": "c",
"iomanip": "c",
"istream": "c",
"ostream": "c",
"regex": "c",
"string": "c",
"string_view": "c",
"span": "c",
"clk_tree_defs.h": "c",
"lv_version.h": "c",
"cst816s.h": "c",
"esp_lcd_panel_vendor.h": "c",
"esp_lcd_touch_cst816s.h": "c",
"esp_http_client.h": "c",
"esp_lvgl_port_compatibility.h": "c",
"lv_demo_widgets.h": "c",
"lv_demo_stress.h": "c",
"lv_demo_keypad_encoder.h": "c",
"string.h": "c",
"esp_flash.h": "c",
"ledc.h": "c",
"new": "c",
"esp_spiffs.h": "c",
"esp_vfs_fat.h": "c",
"task.h": "c",
"list": "c",
"esp_spp_api.h": "c",
"esp_bt_main.h": "c",
"esp_gatts_api.h": "c",
"wifi.h": "c",
"chrono": "c",
"random": "c",
"limits": "c",
"semaphore": "c",
"optional": "c",
"system_error": "c",
"fatfs.h": "c",
"ble.h": "c"
},
"idf.portWin": "COM5",
"idf.flashType": "UART",
"clangd.path": "D:\\Espressif\\tools\\esp-clang\\esp-18.1.2_20240912\\esp-clang\\bin\\clangd.exe",
"clangd.arguments": [
"--background-index",
"--query-driver=D:\\Espressif\\tools\\xtensa-esp-elf\\esp-14.2.0_20241119\\xtensa-esp-elf\\bin\\xtensa-esp32s3-elf-gcc.exe",
"--compile-commands-dir=c:\\Users\\Lenovo\\Desktop\\dzbj\\program\\build"
],
"C_Cpp.default.compilerPath": "D:/CodeBlocks/MinGW/bin/gcc.exe",
"idf.currentSetup": "/Users/rdzleo/esp/esp-idf/v5.4.2/esp-idf",
"idf.port": "/dev/tty.usbmodem834401"
}