Skip to content
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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

benpicco
Copy link
Contributor

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

./dist/tools/esptools/install.sh esp8266

and

./dist/tools/esptools/export.sh esp8266

Issues/PRs references

@github-actions github-actions bot added the Area: tools Area: Supplementary tools label Dec 17, 2024
@benpicco benpicco added the Type: enhancement The issue suggests enhanceable parts / The PR enhances parts of the codebase / documentation label Dec 17, 2024
@benpicco benpicco requested a review from gschorcht December 17, 2024 13:39
@benpicco benpicco added CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR CI: skip compile test If set, CI server will run only non-compile jobs, but no compile jobs or their dependent jobs labels Dec 17, 2024
@riot-ci
Copy link

riot-ci commented Dec 17, 2024

Murdock results

✔️ PASSED

2959725 dist/tools/esptools: add support for installing esp8266 toolchain

Success Failures Total Runtime
1 0 1 01m:25s

Artifacts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: tools Area: Supplementary tools CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR CI: skip compile test If set, CI server will run only non-compile jobs, but no compile jobs or their dependent jobs Type: enhancement The issue suggests enhanceable parts / The PR enhances parts of the codebase / documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants