#cortex-m (10 Repositories)
Ranked open-source repositories tagged with #cortex-m, scored by pull request acceptance likelihood and maintainer engagement velocity.
30.7%
7.5h
10 repositories tagged #cortex-m
kmolan/multicalc-rust
Scientific computing that fits on a microcontroller. Estimation, control, kinematics, Lie groups, calculus, autodiff and linear algebra in stable no_std Rust with no heap, no panics and no unsafe. Run the same code on your laptop and your Cortex-M0.
rmk-rs/rmk
A modern, easy-to-use, and feature-rich keyboard firmware written in Rust.
rust-embedded/cortex-m
Low level access to Cortex-M processors
tock/tock
A secure embedded operating system for microcontrollers
rtic-rs/rtic
Real-Time Interrupt-driven Concurrency (RTIC) framework for ARM Cortex-M microcontrollers
rust-embedded/embedded-alloc
A heap allocator for embedded systems
DISTORTEC/distortos
object-oriented C++ RTOS for microcontrollers
PikoRT/pikoRT
A tiny Linux-like real-time kernel optimized for ARM Cortex-M chips
walmis/blackmagic-espidf
Blackmagic Wireless SWD Debug probe hosted on esp-idf SDK (for ESP8266) with UART on Telnet port and HTTP using xterm.js
nihalpasham/rustBoot
rustBoot is a standalone bootloader written entirely in `Rust`, designed to run on anything from a microcontroller to a system on chip. It can be used to boot into bare-metal firmware or Linux.