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

Upgrade to a recent rust compiler nightly #268

Merged
merged 2 commits into from
May 10, 2022
Merged

Upgrade to a recent rust compiler nightly #268

merged 2 commits into from
May 10, 2022

Conversation

Rahix
Copy link
Owner

@Rahix Rahix commented May 10, 2022

Through the work of @Patryk27, nightly can compile for AVR again as of today :) Upgrade the nightly version referenced in the toolchain file to opt people into the new compiler if they are using rustup.

Finally closes #124. Thanks again @Patryk27!

Rahix added 2 commits May 10, 2022 22:25
This will transitively pull in the new version for all crates depending
on `avr-hal-generic` as well so it should be enough to specify the new
version here.

Version 0.3.3 is required for building with newer rustc versions, so
this commit is in preparation for finally upgrading to a recent rust
compiler...
Finally!

Update the rust-toolchain file to reference the new nightly which can
build for AVR again.  Also update CI to use the new version.  And
finally, drop the note in the README about the old version being
necessary.
@Rahix Rahix merged commit d0d2f24 into main May 10, 2022
@Rahix Rahix deleted the new-rust branch May 10, 2022 20:48
Rahix added a commit to Rahix/avr-hal-template that referenced this pull request May 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

LLVM ERROR: Not supported instr
1 participant