-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Still true: esp-idf 4.4 ? #8924
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
Yes, there is no released Arduino version based on IDF 5.1. It is coming |
@diplfranzhoepfinger - the documentation is still valid. The stable Arduino version is the Core 2.0.14 based on IDF 4.4.6. There is a way to build Arduino as IDF component, just using Managed Components. |
So there is this announcement: Announcing the Arduino ESP32 Core version 3.0.0 And there are these instructions: Announcing the Arduino ESP32 Core version 3.0.0 But has anyone gotten it working on VSC/PlatformIO? |
@peteDDD Yes. Made a fork we use for Tasmota to build Tasmota for the C2 and C6. |
@Jason2866 Thank you. Is there a straightforward way to install that fork or should I continue to wait for the "official" release. |
but then it is nonsense. you should make a 2.0.0 Version Doc with that hint, and "latest" should refer to what is bleeding Edgle. like in ESP-IDF Documentaiton. |
@peteDDD Use this
|
A new documentation with 2 version, like in ESP-IDF, will be published when the release version of Arduino Core 3.0.0 is out. |
@Jason2866 THANK YOU! Brilliant. You probably know that great feeling of getting productive again... and I'm feeling it now.
Finding a lot of interesting small issues, mostly having to do with less permissive field types for some esp_log statements. Just a few things to debug and I think I'll be done with this port! Thanks again! |
@Jason2866, I just hit a road block. One of the libraries I use, OTAdrive, depends on SPIFFS.H and that can no longer be found. Any suggestions before I pass this over to the OTAdrive folks? There appears to be some issue with file name lengths per this [](posting: https://community.platformio.org/t/unable-to-build-image-by-using-spiffs-h/32900) THANKS! |
@peteDDD Not a bug, it is removed. The fork is made and optimized for project Tasmota. Using OTAdrive with LittleFS is just change a setting
|
@Jason2866. Thanks again however in the context of OTAdrive, I believe OTADRIVE.setFileSystem() only applies to "resources" which is one of the three classes of things OTAdrive can manage (firmware, json config files, and "resources" such as jpg files). I do not believe this setting will change the build dependencies for SPIFFS.H and so far my testing agrees. Though it works well, the doc for OTAdrive is quite lacking still. We'll see what I learn from them tomorrow. Thanks again. |
The ESP-IDF 5.1 with Arduino 3.0 is LIVE and loads by default with the following Platformio.ini settings:
The following is loaded:
|
Closing this as answered. |
Uh oh!
There was an error while loading. Please reload this page.
https://docs.espressif.com/projects/arduino-esp32/en/latest/esp-idf_component.html#installation
is this 4.4 hint still true ?
The text was updated successfully, but these errors were encountered: