-
-
Notifications
You must be signed in to change notification settings - Fork 180
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
Update of ESP32 to IDF 3.3 (LTS) #1463
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hi @AdrianSoundy, I'm nanoFramework bot. A human will be reviewing it shortly. 😉 |
josesimoes
approved these changes
Oct 27, 2019
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Area: Interpreter
Everything related with the interpreter, execution engine and such
Series: ESP32
Everything related specifically with ESP32 series targets
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This updates the ESP32 build to use the IDF 3.3 LTS (Long Term Support release) which is the latest stable release.
See https://github.com/espressif/esp-idf/releases/tag/v3.3 for details on changes
Lots of fixes and changes.
This release also includes a new set of compiled libraries. These Libraries enable the PSRAM which is enabled if PSRAM is present. There has been some talk about the reliability of the PSRAM on ESP32.
With this release the PSRAM will be used for managed heap if available. We will probably need to change this so it is optional via a build parameter. Also we may look at having a separate build which runs with a single ESP32 core which is said to be reliable with PSRAM. To be done in separate PR.
If building your own firmware the paths to the IDF & Libs have been changed.
This version doesn't fix the SmartConfig. This is a know problem and has been promised for next revision 3.3.1. Already fixed in release 3.1.6
How Has This Been Tested?
Some testing has been done but much more is required
Types of changes
Checklist:
Signed-off-by: adriansoundy [email protected]