agausmann / atmega-usbd

Rust usb-device support for ATmega chips
BSD Zero Clause License
27 stars 10 forks source link

toolchain: fix rustup-toolchain to specific nightly #12

Closed rmsyn closed 1 year ago

rmsyn commented 1 year ago

Uses the most recent version of nightly toolchain that compiles AVR targets.

A regression in LLVM causes rustc to fail when compiling AVR targets.

See: https://github.com/rust-lang/compiler-builtins/issues/523