-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Arduino as a ESP-IDF component Build Failure #5833
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
Not exactly related, but explaining issue: |
arduino-esp32 master uses the esp-idf release/v4.4 branch at this time as well. |
Yeah, I had tried with 4.4 and got a different error
|
Check your setting for |
|
Remove that setting and it should work. |
It does compile now. Think this part of the documentation might need adjusted, as to me it implied that I should have checked that option:
|
Duplicate of #5819 |
Just missed the last comment. Reopening, PTAL @me-no-dev, if it's relevant? |
@VojtechBartoska yeah. seems like a bug :) |
The "lock" issue is resolved by #6108. Unfortunately I also had lots of other compile issues (conflicting defines) using Arduino as IDF component in VS with Platformio. I changed my platform to IDF and manually copied in and fixed the Arduino libraries that I wanted. |
I'm confused - is it solved, is there still a problem that needs to be solved? What is the current problem and how can I replicate it? |
it was about the last comment from @TrikkStar. Up to the @mrengineer7777 update, we need to make sure that #6108 really fix the problem with "lock". |
@VojtechBartoska @TrikkStar |
related note in Documentation about Hal locks is here |
Summary Updated documentation describing the usage of Arduino-esp32 core as ESP-IDF component. Impact Removed confusing mentions of advanced menuconfig options. Extended process of installation, setup, and usage. Related links Closes #5833
Hardware:
Board: ESP32-WROOVER-IE
Core Installation version: ESP-IDF v5.0-dev-79-gbcbef9a8db
IDE name: ESP-IDF CLI
Computer OS: Debian Bullseye running under WSL2
Description:
Trying to complete the getting started instructions.
Sketch:
Debug Messages:
The text was updated successfully, but these errors were encountered: