ngendah / learn-RTOS

Tutorials on RTOS concepts

Repository from Github https://github.comngendah/learn-RTOSRepository from Github https://github.comngendah/learn-RTOS

Learn RTOS

This tutorials are my learnings on how RTOS for embedded devices are crafted

The main target is ARM CM4F architecture.

The tools required to run any of them are;

  1. CubeMX IDE and

  2. ARM gcc toolchain

To clone the tutorials

git clone --recurse-submodules -j2 <url> 

About

Tutorials on RTOS concepts

License:GNU General Public License v3.0


Languages

Language:C 94.9%Language:Makefile 5.1%