Skip to content

doetlingerlukas/attiny85-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

attiny85-rs

Running Rust on a Digispark USB Development Board, which uses an Attiny85 microcontroller.

Requirements

Obviously Rust is required to compile the project. Due to a problem with newer Rust versions in avr-hal, the environment is configured to use the "nightly-2021-01-07" channel.

The following is also needed to get the program on the microcontroller:

  • avr-gcc and avr-objcopy
  • micronucleus binary (place in micronucleus folder for the Rakefile to work)

Make sure to also install drivers for bootloader, which you can find here.

How to run

rake flash

About

Running Rust on an ATtiny85 USB Board.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published