Newer
Older
ESP32-RetroPlay / .vscode / settings.json
{
  "C_Cpp.intelliSenseEngine": "default",
  "idf.espIdfPathWin": "c:\\Espressif\\frameworks\\esp-idf-v5.4.1",
  "idf.pythonInstallPath": "C:\\Espressif\\tools\\idf-python\\3.11.2\\python.exe",
  "idf.openOcdConfigs": [
    "interface/ftdi/esp32_devkitj_v1.cfg",
    "target/esp32s3.cfg"
  ],
  "idf.portWin": "COM4",
  "idf.toolsPathWin": "C:\\Espressif",
  "idf.customExtraVars": {
    "OPENOCD_SCRIPTS": "C:\\Users\\HomePC\\.espressif\\tools\\openocd-esp32\\v0.12.0-esp32-20230921/openocd-esp32/share/openocd/scripts",
    "IDF_CCACHE_ENABLE": "1",
    "ESP_ROM_ELF_DIR": "C:\\Users\\HomePC\\.espressif\\tools\\esp-rom-elfs\\20230320/",
    "IDF_TARGET": "esp32s3"
  },
  "clangd.path": "C:\\Espressif\\tools\\esp-clang\\esp-18.1.2_20240912\\esp-clang\\bin\\clangd.exe",
  "clangd.arguments": [
    "--background-index",
    "--query-driver=C:\\Espressif\\tools\\xtensa-esp-elf\\esp-14.2.0_20241119\\xtensa-esp-elf\\bin\\xtensa-esp32s3-elf-gcc.exe",
    "--compile-commands-dir=c:\\Users\\HomePC\\Desktop\\Projects\\rc-car\\build"
  ],
  "files.associations": {
    "esp_system.h": "c",
    "task.h": "c",
    "button_led_comm.h": "c",
    "random": "c",
    "i2c_master.h": "c",
    "semphr.h": "c",
    "bitset": "c",
    "string_view": "c",
    "regex": "c",
    "display_task.h": "c",
    "freertos.h": "c",
    "queue.h": "c",
    "jump_bird_game.h": "c",
    "jump_bird_game_input_queue.h": "c",
    "game_framework.h": "c",
    "list": "c",
    "game_drawing.h": "c"
  }
}