tneo
RTOS
A real-time kernel with preemptive priority-based scheduling and round-robin scheduling for tasks with identical priority.
TNeo: a well-formed and carefully tested preemptive real-time kernel for 16- and 32-bits MCUs
233 stars
17 watching
49 forks
Language: C
last commit: over 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
raphui/rnk | A real-time operating system targeting ARM-based microcontrollers with features like preemptive scheduling and POSIX API support. | 25 |
jimtremblay/nos | A lightweight, real-time operating system for microcontrollers. | 200 |
rtos-from-scratch/rtos-from-scratch | A real-time operating system built from scratch in C using the ARM architecture | 18 |
rapidloop/rtop | An interactive SSH-based remote system monitor that displays vital metrics on Linux systems. | 2,117 |
rtic-rs/rtic | A real-time concurrency framework for building deterministic and efficient embedded systems on ARM Cortex-M microcontrollers. | 1,808 |
weston-embedded/uc-os3 | A preemptive, highly portable and scalable real-time kernel for embedded systems | 905 |
trampolinertos/trampoline | A static Real-Time Operating System for small embedded systems | 619 |
stateos/stateos | Real-time operating system designed for deeply embedded applications with support for multiple architectures and standard C++ features. | 170 |
streetdogg/arm-rtos | An implementation of a round-robin pre-emptive scheduler and build environment for ARM Cortex M4 controllers. | 21 |
jgrivera67/hirtos | An operating system written in Ada, designed to be safe and portable across multiple microcontrollers. | 35 |
simonjwright/freertos-ada | Provides a set of Ada libraries and runtime systems for real-time systems on various microcontrollers. | 65 |
micro-ros/nuttx | A NuttX-based RTOS implementation designed to support micro-ROS development and deployment. | 89 |
distortec/distortos | An object-oriented C++ RTOS designed for microcontrollers, providing a framework and library for building real-time applications. | 432 |
hashmismatch/freertos.rs | A Rust wrapper for a popular real-time operating system | 232 |
greiman/freertos-arduino | A set of libraries and utilities for building concurrent systems on AVR and other Arduino-based platforms. | 302 |