Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adapt QS scheduler for bare-metal #13

Open
lsk567 opened this issue Jun 1, 2022 · 0 comments
Open

Adapt QS scheduler for bare-metal #13

lsk567 opened this issue Jun 1, 2022 · 0 comments
Assignees

Comments

@lsk567
Copy link
Collaborator

lsk567 commented Jun 1, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants