dist/tools/esptools: add support for installing esp8266 toolchain#21094
Merged
mguetschow merged 3 commits intoRIOT-OS:masterfrom Jan 9, 2025
Merged
dist/tools/esptools: add support for installing esp8266 toolchain#21094mguetschow merged 3 commits intoRIOT-OS:masterfrom
mguetschow merged 3 commits intoRIOT-OS:masterfrom
Conversation
mguetschow
reviewed
Dec 18, 2024
Contributor
mguetschow
left a comment
There was a problem hiding this comment.
Thanks, nice addition! Would you mind updating the documentation for ESP8266 toolchain installation either by referring to or duplicating the information from ESP32 toolchain installation
Contributor
Author
|
I also took the opportunity to add some more output to |
mguetschow
reviewed
Jan 2, 2025
mguetschow
reviewed
Jan 7, 2025
c65ed1a to
a5b437c
Compare
mguetschow
approved these changes
Jan 9, 2025
Contributor
mguetschow
left a comment
There was a problem hiding this comment.
Looks good to me then, and successfully tested locally. Thanks!
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Contribution description
esptoolsprovide a handy way to quickly install the toolchain needed for the various ESP32 family members.Installing the toolchain for the venerable esp8266 always requires looking up the right wiki page since it uses a custom toolchain that does not follow the same format.
To streamline this, add a special case for esp8266 to the
install.shscript so the same script can be used to get all the Espressif toolchains.Testing procedure
Simply run
and
Issues/PRs references