Scheduler

A humble attempt to create a real time scheduler for ATMEGA microcontroller

View the Project on GitHub prabhpreet/Scheduler

Welcome to Scheduler.

It's an humble attempt to create a real time scheduler, written in mostly C. It's still developing so hold on tight!

Usage

process p[10];
//Define process parameters, given in struct
scheduler_init();
scheduler();

Experimenting with algorithms

Till now we've only tried EDF. Stay tuned!

Authors and Contributors

Prabhpreet Singh Dua (@PrabhpreetD)

Support or Contact

The project is still in developing stages. So, for now, please only comment on github!