A humble attempt to create a real time scheduler for ATMEGA microcontroller
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();
Till now we've only tried EDF. Stay tuned!
Prabhpreet Singh Dua (@PrabhpreetD)
The project is still in developing stages. So, for now, please only comment on github!