uC-OS3
RTOS kernel
A preemptive, highly portable and scalable real-time kernel for embedded systems
µC/OS-III is a preemptive, highly portable, and scalable real-time kernel. Designed for ease of use on a huge number of CPU architectures.
905 stars
57 watching
319 forks
Language: C
last commit: 6 months ago
Linked from 1 awesome list
kernelmicriumosos-iiireal-timertosucos-iii
Related projects:
Repository | Description | Stars |
---|---|---|
jimtremblay/nos | A lightweight, real-time operating system for microcontrollers. | 200 |
stateos/stateos | Real-time operating system designed for deeply embedded applications with support for multiple architectures and standard C++ features. | 170 |
rtos-from-scratch/rtos-from-scratch | A real-time operating system built from scratch in C using the ARM architecture | 18 |
rtic-rs/rtic | A real-time concurrency framework for building deterministic and efficient embedded systems on ARM Cortex-M microcontrollers. | 1,808 |
raphui/rnk | A real-time operating system targeting ARM-based microcontrollers with features like preemptive scheduling and POSIX API support. | 25 |
embedded2015/mini-arm-os | A minimal multi-tasking OS kernel built from scratch for ARM Cortex-M series microcontrollers | 180 |
narasimha1997/r3 | An hobby x86_64 Operating System kernel written in Rust with minimal functionalities | 80 |
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 |
distortec/distortos | An object-oriented C++ RTOS designed for microcontrollers, providing a framework and library for building real-time applications. | 432 |
dimonomid/tneo | A real-time kernel with preemptive priority-based scheduling and round-robin scheduling for tasks with identical priority. | 233 |
chibios/chibios | A set of tools and libraries for building real-time operating systems, including HALs (Hardware Abstraction Layers) and OSALs (Operating System Abstraction Layers). | 711 |
jgrivera67/hirtos | An operating system written in Ada, designed to be safe and portable across multiple microcontrollers. | 35 |
dthain/basekernel | A research-grade kernel providing basic OS functionality for experimentation and education | 801 |
onkwon/yaos | An embedded operating system for single-core ARM Cortex-M microcontrollers | 47 |
zystemos/pluto | A lightweight, modular x86 kernel written in Zig with the goal of being easy to port and maintainable. | 561 |