Rust Embedded's repositories
awesome-embedded-rust
Curated list of resources for Embedded and Low-level development in the Rust programming language
embedded-hal
A Hardware Abstraction Layer (HAL) for embedded systems
cortex-m-quickstart
Template to develop bare metal applications for Cortex-M microcontrollers
cargo-binutils
Cargo subcommands to invoke the LLVM tools shipped with the Rust toolchain
embedded-alloc
A heap allocator for embedded systems
linux-embedded-hal
Implementation of the `embedded-hal` traits for Linux devices
rust-i2cdev
Rust library for interfacing with i2c devices under Linux
embedonomicon
How to bootstrap support for a no_std target
critical-section
Pluggable critical section
rust-spidev
Rust library providing access to spidev devices under Linux
meta-rust-bin
Yocto layer for installing Rust toolchain from pre-built binaries
gpio-utils
Userspace Utilities for managing GPIOs in Linux
aarch64-cpu
Low level access to processors using the AArch64 execution state.
rust-embedded.github.io
A collection of books and other documents about embedded Rust
discovery-mb2
Rust Discovery Book for BBC micro:bit v2
mutex-trait
Low level API definition of a Mutex