Skip to content

Publish arduino-esp32 component in idf-component-manager #5939

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
igrr opened this issue Nov 28, 2021 · 3 comments · Fixed by #6203
Closed

Publish arduino-esp32 component in idf-component-manager #5939

igrr opened this issue Nov 28, 2021 · 3 comments · Fixed by #6203
Labels
Type: Feature request Feature request for Arduino ESP32

Comments

@igrr
Copy link
Member

igrr commented Nov 28, 2021

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:

@igrr igrr added the Type: Feature request Feature request for Arduino ESP32 label Nov 28, 2021
@Huckies
Copy link

Huckies commented Nov 28, 2021

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 VojtechBartoska changed the title Publish arduino-esp32 component in idf-compnenent-manager Publish arduino-esp32 component in idf-component-manager Nov 29, 2021
@igrr
Copy link
Member Author

igrr commented Dec 1, 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.

@rosmo
Copy link

rosmo commented Dec 17, 2022

Looks like there was a CI job made for this but doesn't appear it ever succeeded? I can't find arduino-esp32 in IDF Component registry.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Feature request Feature request for Arduino ESP32
Projects
Development

Successfully merging a pull request may close this issue.

3 participants