book.avr-rust.com
book.avr-rust.com copied to clipboard
Possibly correction on needing rust nightly compiler
I was looking through the book and in the beginning it makes mention that the nightly compiler is needed. However, rustc --print target-list
is showing a triple of avr-unknown-gnu-atmega328.
Should this be changed in the book?