Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 1.62 KB

HARDWARE_SUPPORT.md

File metadata and controls

14 lines (8 loc) · 1.62 KB

Current chips supported in this extension

ESP32 ESP32 S2

In addition to ESP-IDF chips, there are several boards configurations files implemented for OpenOCD. The idf.openOcdConfigs configuration setting is used by this extension to set OpenOCD Configuration files for the OpenOCD server executed within the extension. Here is more information about OpenOCD Configuration targets.

Current frameworks supported in the extension

  • Arduino-ESP32 allows the user to add Arduino libraries as a ESP-IDF component in your current directory to use Arduino code in your ESP-IDF projects with the Add Arduino-ESP32 as ESP-IDF Component extension command.

  • Espressif Audio Development Framework (ESP-ADF) is the official audio development framework for the ESP32 and ESP32-S2 SoCs. The Install ESP-ADF will clone ESP-ADF to a selected directory and set idf.espAdfPath (idf.espAdfPathWin in Windows) configuration setting.

  • Espressif Mesh Development Framework (ESP-MDF) to develop with the ESP-WIFI-MESH networking protocol. The Install ESP-MDF will clone ESP-MDF to a selected directory and set idf.espMdfPath (idf.espMdfPathWin in Windows) configuration setting.