Rust Embedded
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 upRepositories
-
discovery
Discover the world of microcontrollers through Rust!
-
cross
“Zero setup” cross compilation and “cross testing” of Rust crates
-
showcase
Awesome embedded projects by the Rust community! Preview:
-
embedded-hal
A Hardware Abstraction Layer (HAL) for embedded systems
-
linux-embedded-hal
Implementation of the `embedded-hal` traits for Linux devices
-
book
Documentation on how to use the Rust Programming Language to develop firmware for bare metal (microcontroller) devices
-
bare-metal
Abstractions common to microcontrollers
-
svd2rust
Generate Rust register maps (`struct`s) from SVD files
-
awesome-embedded-rust
Curated list of resources for Embedded and Low-level development in the Rust programming language
-
alloc-cortex-m
A heap allocator for Cortex-M processors
-
wg
Coordination repository of the embedded devices Working Group
-
riscv-rt
Minimal runtime / startup for RISC-V CPU's.
-
rust-raspberrypi-OS-tutorials
📚 Learn to write an embedded OS in Rust🦀 -
gpio-cdev
Rust interface to the Linux GPIO Character Device API (/dev/gpiochip...)
-
register-rs
Unified interface for type-safe MMIO and CPU register access in Rust
-
meta-rust-bin
Yocto layer for installing Rust toolchain from pre-built binaries
-
cargo-binutils
Cargo subcommands to invoke the LLVM tools shipped with the Rust toolchain
-
riscv
Low level access to RISC-V processors
-
cortex-m-semihosting
Semihosting for ARM Cortex-M processors
-
cortex-m-rt
Minimal startup / runtime for Cortex-M microcontrollers
-
cortex-r
Low level access to Cortex-R processors
-
arm-dcc
Debug Communication Channel (DCC) API
-
mutex-trait
Low level API definition of a Mutex
-
rust-i2cdev
Rust library for interfacing with i2c devices under Linux
-