book.avr-rust.com
book.avr-rust.com copied to clipboard
The AVR-Rust guidebook
seems like this link was forgotten during 33bd7bc17f4cbf404c8c1a3cee54825013d36962 :)
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...
The book has strong constraints on the minimum supported Rust nightly version due to the fact that AVR support is new, and certain instructions/steps depend on changes that are in...
Heading in chapter 5 reads "5.1. Summary of Steps" and heading in chapter 5.1 reads "5.2. The target specification JSON file", probably related to #33 .
parking link https://github.com/Patryk27/avr-tester here as reminder
e.g. ``` rustc -Z unstable-options --print target-spec-json --target avr-unknown-unknown > my-target.json ```
Fixed a deprecated link, and made a simple formatting.
The changes were simplistic, but would make understanding easier for others.
Per the title. Resolves #42