Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 342 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 342 Bytes

Scheduler Implementation

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