Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 954 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 954 Bytes

This is just a small proof of concept of LED blinking hello world running on ATmega32U4/Pro Micro/Leonardo micro controller with as little distractions and complexities as possible.

As AVR support hasn't been fully merged yet, you have to build LLVM and Rust on your own to get this working. Other than taking a ton of time to build, and about 17GB of diskspace, it's a fairly effortless exercise.

Documentation on how to prepare the environment can be found here.

A big thanks to all the people have been active over at the avr-rust project since last summer. Really fun to finally taste the fruit of all the hours that have gone into this.

For more details on the ATmega32U4 board, here are the datasheets.