-
Notifications
You must be signed in to change notification settings - Fork 7.6k
ESP-IDF Release v4.0 #3739
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
Anyone |
IDF v4 is currently only supported on the https://github.com/espressif/arduino-esp32/tree/idf-release/v4.0 branch and is not yet generally available via the Arduino IDE and it fails entirely in PlatformIO IDE. |
Is there an ETA on that becoming stable? I use PlatformIO ATM. |
There is no eta for PIO support. |
Are there instructions for using the 4.0 branch with Arduino IDE. I would like to be able help with the testing of it, but I can't figure out an easy way to test it, or when to expect it to stabilize. |
If you are comfortable using git, follow the development instructions and then checkout the idf-release/v4.0 branch. |
PIO now supports IDF v4 in the latest release. You can use arduino-esp32 with it as well if you follow their examples |
There seems to still be a pretty bad problem with it, unless I somehow missed a setup step (building with VSCode, installed it via git) Most of my code works well, except for wifi related parts, specifically this:
Leads to a linker error:
It seems somehow related to this file But I don't understand what is happening. |
The branch is only designed for the Arduino IDE. Things will be broken with it until it is actually released. The code upstream has changed. You will have to wait if you can't fix it yourself. |
Ok understood, it wouldn't compile in Arduino IDE either it was making me go crazy for the last day. It was caused by the latest commit on that branch. I was able to actually get it working by checking out the commit before git checkout 60f20a7 |
[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. |
It has just be release the new version 4.0. Are gonna be the idf of arduino-esp32 updated to it?
The text was updated successfully, but these errors were encountered: