Skip to content

A template for AVR executable (non-library) projects

Notifications You must be signed in to change notification settings

avr-rust/template-bin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust AVR executable template

A template for Rust based AVR executables.

NOTE: This software template repository is offered in the public domain. It is free to use, adapt, modify, distribute, with no restrictions and no crediting required.

Provides:

  • A Rust target specification JSON for ATmega328P - avr-atmega328p.json
  • A GitHub-action based CI test pipeline

Build instructions

Install Rust nightly.

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-atmega328p/release/template-bin.elf.

About

A template for AVR executable (non-library) projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages