modern-embedded-programming-course
MiROS
Our great sponsors
modern-embedded-programming-course | MiROS | |
---|---|---|
3 | 5 | |
226 | 30 | |
4.4% | - | |
5.7 | 4.8 | |
11 days ago | 6 months ago | |
C | C | |
GNU Affero General Public License v3.0 | GNU General Public License v3.0 only |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
modern-embedded-programming-course
-
path of learning the arm cortex-m embedded c programming?
"Modern Embedded Systems Programming" leads to Dr. Miro Samek website : https://www.state-machine.com/video-course and github : https://github.com/QuantumLeaps/modern-embedded-programming-course
MiROS
-
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.
-
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.
What are some alternatives?
FreeRTOS-rust - Rust crate for FreeRTOS
nuclei-sdk - Nuclei RISC-V Software Development Kit
arm-none-eabi-gcc-xpack - A binary xPack with the Arm Embedded GCC toolchain
qpc - QP/C real-time embedded framework/RTOS for embedded systems based on active objects (actors) and hierarchical state machines
nanopb - Protocol Buffers with small code size
totalcross - TotalCross is a Software Development Kit that helps cross platform application development. Currently supported platforms are: Windows, Wince, Android, iOS, Linux and Linux ARM for embedded systems.
uni - A mono-repo containing code I've written to educate myself. est. 2021. (public)
OOP-in-C - Simple and efficient implementation of OOP in C suitable for real-time embedded systems.
cortexm-threads - Simple context switching library for ARM Cortex-M MCUs in Rust
Micro-XRCE-DDS-Client - Micro XRCE-DDS Client repository
QuarkTS - An open-source OS for embedded applications that supports prioritized cooperative scheduling, time control, inter-task communications primitives, hierarchical state machines and CoRoutines.