Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 806 Bytes

README.adoc

File metadata and controls

29 lines (16 loc) · 806 Bytes

rpiups

Test suite

Rust AVR executable template

A template for Rust based AVR executables.

Provides:

  • A Rust target specification JSON for ATmega8P - avr-atmega8.json

  • A GitHub-action based CI test pipeline

Build instructions

Install Rust nightly - see the-day-rust-on-avr-stood-still

Then run:

cargo build --target avr-atmega328p.json -Z build-std=core --release

The final ELF executable file will then be available at target/avr-atmega8/release/rpiups.elf.