rtic
RTOS
A real-time concurrency framework for building deterministic and efficient embedded systems on ARM Cortex-M microcontrollers.
Real-Time Interrupt-driven Concurrency (RTIC) framework for ARM Cortex-M microcontrollers
2k stars
31 watching
209 forks
Language: Rust
last commit: 3 days ago
Linked from 1 awesome list
armbare-metalconcurrencycortex-mmicrocontrollerno-stdrustscheduler
Related projects:
Repository | Description | Stars |
---|---|---|
rtos-from-scratch/rtos-from-scratch | A real-time operating system built from scratch in C using the ARM architecture | 18 |
raphui/rnk | A real-time operating system targeting ARM-based microcontrollers with features like preemptive scheduling and POSIX API support. | 25 |
distortec/distortos | An object-oriented C++ RTOS designed for microcontrollers, providing a framework and library for building real-time applications. | 432 |
jimtremblay/nos | A lightweight, real-time operating system for microcontrollers. | 200 |
streetdogg/arm-rtos | An implementation of a round-robin pre-emptive scheduler and build environment for ARM Cortex M4 controllers. | 21 |
stratifylabs/stratifyos | An embedded RTOS designed for ARM Cortex M microcontrollers with features like decoupled system and application binaries, POSIX style file systems, and hardware abstraction. | 116 |
stateos/stateos | Real-time operating system designed for deeply embedded applications with support for multiple architectures and standard C++ features. | 170 |
japaric/msp430-rtfm | A framework for building concurrent applications on MSP430 MCUs using Rust. | 11 |
hashmismatch/freertos.rs | A Rust wrapper for a popular real-time operating system | 232 |
lobaro/freertos-rust | A Rust framework for integrating Real-Time Operating Systems into embedded applications. | 371 |
wose/ds3231 | A driver to interface with the DS3231 real-time clock chip. | 7 |
greiman/freertos-arduino | A set of libraries and utilities for building concurrent systems on AVR and other Arduino-based platforms. | 302 |
simonjwright/freertos-ada | Provides a set of Ada libraries and runtime systems for real-time systems on various microcontrollers. | 65 |
adafruit/rtclib | A C++ library providing an interface to real-time clocks for Arduino microcontrollers. | 798 |
trampolinertos/trampoline | A static Real-Time Operating System for small embedded systems | 619 |