Grow your team on GitHub
GitHub is home to over 50 million developers working together. Join them to grow your own development teams, manage permissions, and collaborate on projects.
Sign up
Pinned repositories
Repositories
-
ruduino
Reusable components for the Arduino Uno.
-
avr-mcu
Pragmatic access to AVR chip specifications
-
avr-rust.com
avr-rust frontpage (to be made public once next official Rust nightly is released)
-
-
blink
A blinking LED program written in Rust for the AVR
-
template-bin
A template for AVR executable (non-library) projects
-
awesome-avr-rust
A list of useful AVR libraries and cool projects, PRs welcome!
-
avr-std-stub
Contains simple implementations of required language items that `libstd` normally defines on other targets
-
libc
Bindings to avr-libc
-
delay
arduino-like delay routines based on busy-wait loops
-
avr-config
Retrieve the target CPU frequency at runtime on Rust AVR projects
-
rust-legacy-fork
Forked from rust-lang/rust[deprecated; merged upstream] A fork of the Rust programming language with AVR support
-
scripts
A collection of avr-rust related scripts.
-
avrd
AVR device definitions
-
-
-
libcore
[deprecated, not needed anymore] A stripped-down version of Rust's libcore that used to be required for the AVR target
-
compiler-rt
A fork of compiler-rt supporting AVR and compatible with Rust