AlexTLeo / riotOS-roundrobin

An implementation of Round Robin scheduling policy on Riot OS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Leonardi, Thanaphon, 4633433
Lo Blundo, Dylan, 4623731

Running the RRTester application:
1. Ensure the Makefile includes the xtimer library
2. In the RRTester directory, run "make all term"
3. To add, remove or modify threads, change source code in the main() function

About

An implementation of Round Robin scheduling policy on Riot OS


Languages

Language:C 86.3%Language:Makefile 13.7%