Pinned Repositories
avr-mcu
Pragmatic access to AVR chip specifications
avrd
AVR device definitions
awesome-avr-rust
A list of useful AVR libraries and cool projects, PRs welcome!
blink
A blinking LED program written in Rust for the AVR
book.avr-rust.com
The AVR-Rust guidebook
delay
arduino-like delay routines based on busy-wait loops
libc
Bindings to avr-libc
ruduino
Reusable components for the Arduino Uno.
rust-legacy-fork
[deprecated; merged upstream] A fork of the Rust programming language with AVR support
template-bin
A template for AVR executable (non-library) projects
The AVR-Rust project's Repositories
avr-rust/ruduino
Reusable components for the Arduino Uno.
avr-rust/rust-legacy-fork
[deprecated; merged upstream] A fork of the Rust programming language with AVR support
avr-rust/blink
A blinking LED program written in Rust for the AVR
avr-rust/awesome-avr-rust
A list of useful AVR libraries and cool projects, PRs welcome!
avr-rust/book.avr-rust.com
The AVR-Rust guidebook
avr-rust/avrd
AVR device definitions
avr-rust/avr-mcu
Pragmatic access to AVR chip specifications
avr-rust/template-bin
A template for AVR executable (non-library) projects
avr-rust/delay
arduino-like delay routines based on busy-wait loops
avr-rust/libc
Bindings to avr-libc
avr-rust/libcore
[deprecated, not needed anymore] A stripped-down version of Rust's libcore that used to be required for the AVR target
avr-rust/avr-std-stub
Contains simple implementations of required language items that `libstd` normally defines on other targets
avr-rust/avr-config
Retrieve the target CPU frequency at runtime on Rust AVR projects
avr-rust/compiler-rt
A fork of compiler-rt supporting AVR and compatible with Rust
avr-rust/llvm
"Temporary" fork of LLVM for Rust
avr-rust/blog.avr-rust.com
avr-rust/scripts
A collection of avr-rust related scripts.
avr-rust/avr-rust.com
avr-rust frontpage (to be made public once next official Rust nightly is released)
avr-rust/llvm-project
Rust-specific fork of LLVM.