The current QS scheduler runs on POSIX-compliant OSes. To make the QS scheduler run on FlexPRET, we again would need to develop proper bare-metal support. One thing we need to implement in particular is pthread_mutex_t, which is used in the semaphore implementation.
The current QS scheduler runs on POSIX-compliant OSes. To make the QS scheduler run on FlexPRET, we again would need to develop proper bare-metal support. One thing we need to implement in particular is
pthread_mutex_t, which is used in the semaphore implementation.