└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # awesome-avr-rust 2 | A list of useful AVR libraries and cool projects 3 | 4 | # Executables 5 | 6 | * [AVR executable template repository `avr-rust/template-bin`](https://github.com/avr-rust/template-bin) 7 | 8 | # Libraries 9 | 10 | * [AVR device library](https://github.com/avr-rust/avrd) ([crates.io](https://crates.io/crates/avrd)) ([docs.rs](https://docs.rs/avrd/)) 11 | * [Trimmed down libcore for AVR](https://github.com/gergoerdi/rust-avr-libcore-mini) (_No longer necessary_) 12 | * [`avr-device`](https://github.com/Rahix/avr-device) & [`avr-hal`](https://github.com/Rahix/avr-hal) - `embedded-hal` implementations for AVR microcontrollers 13 | * (deprecated) [`atmega32u4`](https://github.com/Rahix/atmega32u4) & [`atmega32u4-hal`](https://github.com/Rahix/atmega32u4-hal) - `embedded-hal` crates for `atmega32u4` 14 | * [`arduino-leonardo`](https://github.com/Rahix/arduino-leonardo) - Board Support Crate for Arduino Leonardo 15 | * [`avr-progmem`](https://github.com/cryptjar/avr-progmem-rs) ([crates.io](https://crates.io/crates/avr-progmem/)) - Utilities for storing data in flash 16 | 17 | # Projects 18 | 19 | * [CHIP-8 interpreter by Gergo Erdi](https://github.com/gergoerdi/rust-avr-chip8-avr) 20 | * [Keyboard firmware by Wez Furlong](https://github.com/wez/flutterby-rs) 21 | * [Demo for Arduboy](https://github.com/simon-i1-h/arduboy-hello-rs) 22 | * [Dockerized avr-rust toolchain by Douglas Campos](https://github.com/qmx/docker-avr-rust) 23 | * [LED Blink Example](https://github.com/avr-rust/blink/) 24 | --------------------------------------------------------------------------------