rtos
Here are 386 public repositories matching this topic...
RIOT - The friendly OS for IoT
-
Updated
Nov 29, 2020 - C
A curated list of awesome embedded programming.
-
Updated
Sep 14, 2020
In PROTECTED mode, the MPU is used to map regions of memory to supervisor- and/or user-accessible memory. Currently, that algorithm is very simple: The entire address range is made accessible in supervisor mode; a single MPU region is used to enable user-mode access in each user memory region.
Each MPU region must bit both of a power-of-two size and with an alignment in memory equal to the si
QP/C real-time embedded framework/RTOS for embedded systems based on active objects (actors) and hierarchical state machines
-
Updated
Nov 9, 2020 - C
object-oriented C++ RTOS for microcontrollers
-
Updated
Nov 28, 2020 - C++
Trampoline is a static RTOS for small embedded systems. Its API is aligned with OSEK/VDX OS and AUTOSAR OS 4.2 standards.
-
Updated
Nov 27, 2020 - C
The core crate for Drone, an Embedded Operating System.
-
Updated
Nov 28, 2020 - Rust
The free embedded operating system.
-
Updated
Nov 25, 2020 - C
A high-performance, high-stability, cross-platform MQTT client, developed based on the socket API, can be used on embedded devices (FreeRTOS / LiteOS / RT-Thread / TencentOS tiny), Linux, Windows, Mac, with a very concise The API interface realizes the quality of service of QOS2 with very few resources, and seamlessly connects the mbedtls encryption library.
-
Updated
Nov 5, 2020 - C
An open framework for micro-controller software
-
Updated
Jun 30, 2017 - C
A C++, compile-time, reactive RTOS for the Stack Resource Policy based Real-Time For the Masses kernel
-
Updated
Sep 7, 2018 - C++
RTOS for microcontrollers
-
Updated
Nov 4, 2020 - C
A tiny real-time kernel focusing on formal reliability and simplicity.
-
Updated
Oct 24, 2019 - C
QP/C++ real-time embedded framework/RTOS for embedded systems based on active objects (actors) and hierarchical state machines
-
Updated
Nov 9, 2020 - C++
QP-nano real-time embedded framework/RTOS for embedded systems based on active objects (actors) and hierarchical state machines
-
Updated
Jul 7, 2020 - C
Free real-time operating system (RTOS) designed for deeply embedded applications with advanced c++ wrapper
-
Updated
Nov 28, 2020 - C
CLI utility for Drone, an Embedded Operating System.
-
Updated
Nov 28, 2020 - Rust
Support C11 free()
With aligned_alloc() in the C11 standard, free() is called to free memory, rather than an equivalent aligned_free().
We should update our library with some logic that can be used to correctly call aligned_free() if free() is used instead.
Improve this page
Add a description, image, and links to the rtos topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the rtos topic, visit your repo's landing page and select "manage topics."


Is your enhancement proposal related to a problem? Please describe.
Refer to: zephyrproject-rtos/zephyr#28932
Describe the solution you'd like
Refer to: zephyrproject-rtos/zephyr#28932 (comment)
Describe alternatives you've considered
NA
Additional context
NA