-
Notifications
You must be signed in to change notification settings - Fork 2k
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
dist/tools/esptools: add support for installing esp8266 toolchain #21094
base: master
Are you sure you want to change the base?
Conversation
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.
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
I also took the opportunity to add some more output to |
Contribution description
esptools
provide 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.sh
script so the same script can be used to get all the Espressif toolchains.Testing procedure
Simply run
and
Issues/PRs references