-
Notifications
You must be signed in to change notification settings - Fork 22
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
How to start the scheduler? #29
Comments
I created a version using some of this code that can run the You can find the code with some examples here: https://github.com/lobaro/FreeRTOS-rust |
@niondir, you are a hero! I'm struggling with my university project involving FreeRTOS, it's the matter of principle for me now to finish it in Rust. I spent so much time to build the correct version of |
@niondir, unfortunately, when I tried to compile your crate for AVR target, I've got LLVM error, something about |
Can't seem to find the equivalent of
vTaskStartScheduler();
The text was updated successfully, but these errors were encountered: