You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the instructions for installing arduino-esp32 as an IDF component use git to clone arduino-esp32 into the project components directory.
We could make arduino-esp32 available via component manager in ESP-IDF, simplifying installation and dependency management. For example, arduino-esp32 component could "depend" on the specific versions of esp-dsp, rainmaker, esp32-camera and other components arduino-esp32 depends on, and idf-component-manager will automatically install them.
The task is to:
add component manifest (idf_component.yml) file to the repository (docs)
You will add this library to the Espressif extension in VSCode, right? One of the charming things of ESP32 is the official support in VSCode, it makes coding much more painless than STM32 where Keil is commonly used.
VojtechBartoska
changed the title
Publish arduino-esp32 component in idf-compnenent-manager
Publish arduino-esp32 component in idf-component-manager
Nov 29, 2021
@Huckies Appreciate your kind words. That's correct, once arduino-esp32 is added to the component manager it should be easy to add it to an IDF project either in VS Code or Eclipse.
Currently the instructions for installing arduino-esp32 as an IDF component use git to clone arduino-esp32 into the project components directory.
We could make arduino-esp32 available via component manager in ESP-IDF, simplifying installation and dependency management. For example, arduino-esp32 component could "depend" on the specific versions of esp-dsp, rainmaker, esp32-camera and other components arduino-esp32 depends on, and idf-component-manager will automatically install them.
The task is to:
idf_component.yml
) file to the repository (docs)idf.py add-dependency espressif/arduino-esp32==2.1.0
The text was updated successfully, but these errors were encountered: