{
  "idf.flashType": "UART",
  "idf.customExtraVars": {
    "OPENOCD_SCRIPTS": "C:\\Users\\DE10K21008\\.espressif\\tools\\openocd-esp32\\v0.12.0-esp32-20241016/openocd-esp32/share/openocd/scripts",
    "IDF_CCACHE_ENABLE": "1",
    "ESP_ROM_ELF_DIR": "C:\\Users\\DE10K21008\\.espressif\\tools\\esp-rom-elfs\\20240305/",
    "IDF_TARGET": "esp32p4"
  },
  "idf.openOcdConfigs": [
    "board/esp32p4-builtin.cfg"
  ],
  "idf.openOcdLaunchArgs": [
    "-d${config:idf.openOcdDebugLevel}",
    "${config:idf.openOcdConfigs,-f}",
    "-c",
    "init",
    "-c",
    "reset halt",
    "-c",
    "esp appimage_offset 0x10000"
  ],
  "idf.portWin": "COM4",
  "files.associations": {
    "numeric": "cpp",
    "streambuf": "cpp",
    "chrono": "cpp",
    "span": "cpp",
    "cstdint": "cpp",
    "optional": "cpp",
    "bit": "cpp",
    "array": "cpp",
    "string": "cpp",
    "string_view": "cpp",
    "*.tcc": "cpp",
    "cstring": "cpp",
    "mutex": "cpp",
    "any": "cpp",
    "atomic": "cpp",
    "strstream": "cpp",
    "bitset": "cpp",
    "cctype": "cpp",
    "charconv": "cpp",
    "clocale": "cpp",
    "cmath": "cpp",
    "compare": "cpp",
    "complex": "cpp",
    "concepts": "cpp",
    "condition_variable": "cpp",
    "cstdarg": "cpp",
    "cstddef": "cpp",
    "cstdio": "cpp",
    "cstdlib": "cpp",
    "ctime": "cpp",
    "cwchar": "cpp",
    "cwctype": "cpp",
    "deque": "cpp",
    "list": "cpp",
    "map": "cpp",
    "set": "cpp",
    "unordered_map": "cpp",
    "vector": "cpp",
    "exception": "cpp",
    "algorithm": "cpp",
    "functional": "cpp",
    "iterator": "cpp",
    "memory": "cpp",
    "memory_resource": "cpp",
    "random": "cpp",
    "ratio": "cpp",
    "regex": "cpp",
    "system_error": "cpp",
    "tuple": "cpp",
    "type_traits": "cpp",
    "utility": "cpp",
    "format": "cpp",
    "fstream": "cpp",
    "future": "cpp",
    "initializer_list": "cpp",
    "iomanip": "cpp",
    "iosfwd": "cpp",
    "iostream": "cpp",
    "istream": "cpp",
    "limits": "cpp",
    "new": "cpp",
    "numbers": "cpp",
    "ostream": "cpp",
    "semaphore": "cpp",
    "sstream": "cpp",
    "stdexcept": "cpp",
    "stop_token": "cpp",
    "text_encoding": "cpp",
    "thread": "cpp",
    "cinttypes": "cpp",
    "typeinfo": "cpp",
    "variant": "cpp",
    "lcd_touch_cf1133.h": "c"
  },
  "cmake.useCMakePresets": "always"
}
