Need help with configuring and using user defined scheduler
Richi Dubey
richidubey at gmail.com
Mon Jun 8 14:34:11 UTC 2020
Hii everyone,
I am trying to implement my own scheduling algorithm. For now, I
copied every code from simple scheduler for uniprocessor and renamed
appropriate places by llist(stands for Linked list).
I also defined a testsuite spllistsched01.c(again copied from
spsimplesched01.c). I added the new header files and .c files and the
testsuite in appropriate places in the makefile.
Could someone please help me figure out how to run the testsuite? I
have no idea how to move ahead from here.
My code and all the changes I have made is visible at:
https://github.com/richidubey/rtems/commit/2c767f24ff9f9083e56ff3e5b22e26733733064e
Also, another small doubt I had was the presence of scheduler.h in
/cpukit/include/rtems and /cpukit/include/rtems/confdefs. They both
look very similar. How are they different?
Please help me out.
Thanks,
Richi.
More information about the devel
mailing list