- As a part of Embedded Systems course at the University of Washington - Seattle implemented the following schedulers in C/C++.
- Round Robin (RR)
- Synchronized Round Robin with ISR (SRRI)
- Data-Driven Scheduler (DDS)
os.cpp
andos.h
files in the folders contains implementation of the schedulers.