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

Github releases API does not provide the latest toolchain version information #284

Closed
wuwbobo2021 opened this issue Dec 20, 2024 · 1 comment

Comments

@wuwbobo2021
Copy link

I came here because of esp-rs/esp-hal#2615, which sets the MSRV to 1.83. XTENSA_RUST_LATEST_API_URL in https://docs.rs/espup/0.14.0/src/espup/toolchain/rust.rs.html is https://api.github.com/repos/esp-rs/rust-build/releases/latest, from which v1.82.0.3 is read instead of the newest v1.83.0.1.

This issue should be closed as soon as the current problem is fixed.

@wuwbobo2021
Copy link
Author

wuwbobo2021 commented Dec 21, 2024

Oh no, I justed tried to compile a project based on the latest release version (0.22) of esp-hal after failing to make the git version of the wifi station example working (cannot connect to the AP), but it failed to build xtensa-lx-rt crate: "error[E0787]: the asm! macro is not allowed in naked functions". The current git version of xtensa-lx-rt includes fixes for the newest toolchain (esp-rs/esp-hal#2615), but it's unreleased.

I think you're doing the right thing to prvent most users from downloading the newest toolchain before releasing esp-hal 1.0.0. Closing this issue.

@github-project-automation github-project-automation bot moved this from Todo to Done in esp-rs Dec 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

1 participant