r3-os / r3Links
R3-OS — Experimental static (μITRON-esque) RTOS kernel for deeply embedded systems, testing the limit of Rust's compile-time evaluation and generics
☆167Updated 2 years ago
Alternatives and similar repositories for r3
Users that are interested in r3 are comparing it to the libraries listed below
Sorting:
- Key-value store for embedded systems, for raw NOR flash, using an LSM-Tree.☆98Updated 3 weeks ago
- Target side implementation of the RTT (Real-Time Transfer) I/O protocol☆142Updated 4 months ago
- Constant-time dynamic memory allocator in Rust☆101Updated 2 weeks ago
- a cargo extension for programming microcontrollers☆248Updated 2 years ago
- A crate for storing data in flash memory with minimal need for erasing pages☆147Updated this week
- Pluggable critical section☆141Updated 6 months ago
- Python package to handle vendor-supplied, often buggy SVD files.☆92Updated 3 weeks ago
- Abstractions common to microcontrollers☆122Updated 2 years ago
- Example projects using Real-Time Interrupt-driven Concurrency (RTIC) on different MCUs☆142Updated last year
- Idiomatic Rust API for littlefs☆72Updated last month
- How to bootstrap support for a no_std target☆211Updated last month
- Work-in progress minimal CDC-ACM (USB serial port) class for usb-device☆124Updated 5 months ago
- usb-device implementation for STM32 microcontrollers☆109Updated 11 months ago
- Tiny C library written in Rust☆59Updated 6 months ago
- Time(ing) library (Instant/Duration/Clock/Timer/Period/Frequency) for bare-metal embedded systems☆94Updated 3 years ago
- ☆125Updated 4 years ago
- VSCode debug extension for probe-rs. It uses the MS DAP protocol to communicate directly with the probe (via probe-rs), and supports basi…☆70Updated last month
- A CMSIS-DAP implementation in pure Rust.☆79Updated last year
- `fugit` provides a comprehensive library of `Duration` and `Instant` for the handling of time in embedded systems, doing all it can at co…☆61Updated last year
- no_std crate for parsing AT commands☆124Updated last month
- Mocks for testing embedded-hal based drivers without hardware access.☆131Updated last month
- Minimal no_std MQTT v5.0 client implementation☆158Updated 4 months ago
- Rust crate for bitfields and bit-enums☆61Updated 2 months ago
- An Embedded Storage Abstraction Layer☆77Updated 6 months ago
- Crate for sharing buses between multiple devices☆132Updated last year
- A simple, single-future, non-blocking executor intended for building state machines. Designed to be no-std and embedded friendly.☆86Updated last year
- ☆102Updated this week
- Command-line menu system for embedded Rust platforms.☆58Updated 6 months ago
- A toolkit to create better Rust device drivers, faster