Repository: avr-rust/awesome-avr-rust Branch: master Commit: 59592c0c3563 Files: 1 Total size: 1.4 KB Directory structure: gitextract_kyop_16c/ └── README.md ================================================ FILE CONTENTS ================================================ ================================================ FILE: README.md ================================================ # awesome-avr-rust A list of useful AVR libraries and cool projects # Executables * [AVR executable template repository `avr-rust/template-bin`](https://github.com/avr-rust/template-bin) # Libraries * [AVR device library](https://github.com/avr-rust/avrd) ([crates.io](https://crates.io/crates/avrd)) ([docs.rs](https://docs.rs/avrd/)) * [Trimmed down libcore for AVR](https://github.com/gergoerdi/rust-avr-libcore-mini) (_No longer necessary_) * [`avr-device`](https://github.com/Rahix/avr-device) & [`avr-hal`](https://github.com/Rahix/avr-hal) - `embedded-hal` implementations for AVR microcontrollers * (deprecated) [`atmega32u4`](https://github.com/Rahix/atmega32u4) & [`atmega32u4-hal`](https://github.com/Rahix/atmega32u4-hal) - `embedded-hal` crates for `atmega32u4` * [`arduino-leonardo`](https://github.com/Rahix/arduino-leonardo) - Board Support Crate for Arduino Leonardo * [`avr-progmem`](https://github.com/cryptjar/avr-progmem-rs) ([crates.io](https://crates.io/crates/avr-progmem/)) - Utilities for storing data in flash # Projects * [CHIP-8 interpreter by Gergo Erdi](https://github.com/gergoerdi/rust-avr-chip8-avr) * [Keyboard firmware by Wez Furlong](https://github.com/wez/flutterby-rs) * [Demo for Arduboy](https://github.com/simon-i1-h/arduboy-hello-rs) * [Dockerized avr-rust toolchain by Douglas Campos](https://github.com/qmx/docker-avr-rust) * [LED Blink Example](https://github.com/avr-rust/blink/)