issues
search
PikoRT
/
pikoRT
A tiny Linux-like real-time kernel optimized for ARM Cortex-M chips
Other
304
stars
61
forks
source link
Fix RR scheduler and mutex/cond
#36
Open
mlouielu
opened
7 years ago
mlouielu
commented
7 years ago
This PR include three major fixed:
Redesign RR scheduler to pass the test suite.
Fix mutex, cond and pthread_mutex.
Makefile can now switch scheduler via flags (
make SCHED=RR
)
This PR include three major fixed:
make SCHED=RR
)