avr-rust / book.avr-rust.com

The AVR-Rust guidebook
https://book.avr-rust.com/
Other
73 stars 19 forks source link

Possibly correction on needing rust nightly compiler #40

Open martintc opened 2 years ago

martintc commented 2 years ago

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?