SaaSHub helps you find the best software and product alternatives Learn more →
MiROS Alternatives
Similar projects and alternatives to MiROS
-
-
InfluxDB
Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
-
modern-embedded-programming-course
Companion repository to the "Modern Embedded Systems Programming" video course.
-
-
OOP-in-C
Simple and memory-efficient implementation of OOP in C suitable for real-time embedded systems.
-
-
QuarkTS
An open-source OS for embedded applications that supports prioritized cooperative scheduling, time control, inter-task communications primitives, hierarchical state machines and CoRoutines.
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
EmbeddedProto
Embedded Proto is a C++ Protocol Buffers implementation specifically suitable for microcontrollers. It is small, reliable and easy to use.
MiROS discussion
MiROS reviews and mentions
- Beginners Project
-
Where should I start if I want to learn embedded systems ?
Have you checked this one? https://www.state-machine.com/quickstart
-
Do World Need Another RTOS?
You can check out the YouTube videos [about building your own minimal RTOS](https://www.youtube.com/playlist?list=PLPW8O6W-1chyrd_Msnn4LD6LBs2slJITs). This minimal RTOS (called MiROS) is used as a teaching aid. The project is also available on GitHub.
-
How can I do a context switch with rust?
I've checked out C implementations like os h and (MirOS)[https://github.com/QuantumLeaps/MiROS] but when I port them to rust (even with C2Rust) they cause hard faults too.
-
A Tiny RTOS Simply Explained
To see "A Tiny RTOS Simply Explained" you might want to watch the RTOS video playlist on YouTube. The videos teach about the RTOS by building a "Minimal Real-Time Operating System" (MiROS) for ARM Cortex-M, which is available on GitHub.
-
path of learning the arm cortex-m embedded c programming?
For example, in the segment about the RTOS, you witness building a "Minimal Real-time Operating System "MiROS". The MiROS code is available on GitHub, and you can keep adding to it other features. Building a functional RTOS is a great way to learn about RTOSes.
-
How to find out how to write an operating system
You will build there a small "Minimal Real-time Operating System (MiROS)" for ARM Cortex-M. You will start with performing context switching manually, and then you will automate the process in assembly. Then you will build schedulers, first time-slicing round-robin and then preemptive, priority-based. You will learn about real-time and Rate Monotonic Scheduling. You will see how all this works using a logic analyzer. The RTOS code, and the examples are available on GitHub.
-
A note from our sponsor - SaaSHub
www.saashub.com | 17 Sep 2024
Stats
QuantumLeaps/MiROS is an open source project licensed under GNU General Public License v3.0 only which is an OSI approved license.
The primary programming language of MiROS is C.