Skip to content

aidanlw505/digispark-attiny85-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust on the Digispark attiny85

Example to get you running rust on a Digispark attiny85 board quickly

Build Instructions

Install avr-gcc, avr-libc, micronucleus and elf2nucleus

Assuming you already have a rust environment, you can run the following on Fedora:

sudo dnf install avr-gcc avr-libc micronucleus
cargo install elf2nucleus

Then you can simple run

git clone [email protected]:aidanlw505/digispark-attiny85-rust.git
cd digispark-attiny85-rust
cargo run --release

to run a simple blinking program.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

About

Example to get you running rust on a Digispark attiny85 board quickly

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages