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.
-
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.