/RTOS-Algorithms

RTOS compatible with ARM processors, TCBs are implemented as circular linked list and used assembly instructions to implement context switching using SysTick handler and another assembly instructions to save TCB registers before importing C scheduler function (Round Robin, Priority based schedulers , Semaphores, Queues, OS services).

Primary LanguageC

Stargazers