-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Using arduino-esp32 as ESP-IDF 4.x component in Eclipse #3351
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
Comments
The cmake environment is not yet set up to allow arduino as a component in IDF 4.0. This will likely arrive first in https://github.com/espressif/esp32-arduino-lib-builder. |
Well...
This is hell circle... Do you plane to provide package_esp32_index.json for arduino-esp32-v3.3 ? |
soon :) |
[STALE_SET] This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions. |
[STALE_DEL] This stale issue has been automatically closed. Thank you for your contributions. |
Hi Espressif. Last arduino-esp32 release is from octobre and the gap with 3.3 is increasing... |
Dear All,
We have good instruction and additional issues (1) (2) that explaned how to use arduino-esp32 as ESP-IDF 3.x (GNU) component, include external librares and build project.
But it seems not work on ESP-IDF 4.x (CMake)...
I try to use instruction for last ESP-IDF 4.
I clone arduino-esp32 repository to "components" subdirrectory and run
idf.py menuconfig
(notmake menuconfig
)and oops... there is no any options for Arduino, no "Autostart Arduino setup and loop on boot"!
Q1: What's wrong with
idf.py menuconfig
on ESP-IDF 4.x, where is Arduino option?Next point - all of our instruction and issues based on cloning arduino-esp repository in to project subdir "components". But now Eclipse have built-in Arduino plugin, and we could add ESP32 board with just adding package_esp32_dev_index.json url in Arduino settings in Eclipse.
This will install arduino-esp32 repository to default folder
C:\Users\UserName\.arduinocdt
.All external libraries will be in
C:\Users\UserName\.arduinocdt\libraries
All build-in libraries will be in
C:\Users\UserName\.arduinocdt\packages\esp32\hardware\esp32\1.0.4-rc1\libraries
Q2: Is it possible to use
C:\Users\UserName\.arduinocdt
arduino-esp32 repository in ESP-IDF project, without cloning it in to project directory?I tryed to change COMPONENT_PATH in this #1449 issue like
COMPONENT_PATH += C:\Users\UserName\.arduinocdt
but it is not worked...Thanks a lot for ideas!
The text was updated successfully, but these errors were encountered: