-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Add support Zephyr OS #3184
Add support Zephyr OS #3184
Conversation
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @JohnTitor (or someone else) soon. Please see the contribution instructions for more information. Namely, in order to ensure the minimum review times lag, PR authors and assigned reviewers should ensure that the review label (
|
☔ The latest upstream changes (presumably #3209) made this pull request unmergeable. Please resolve the merge conflicts. |
…ed at application level)
Rebased onto master to resolve conflicts and noticed @JohnTitor has added the |
We haven't established a policy about adding a new target, and we only accept targets if an MCP is approved (there are some reasons that we do not accept targets unconditionally, e.g. we have to review if a target is legally valid, it's difficult to determine if we can drop the support, etc...). See #3032 for the previous discussion. |
The MCP has been approved, this now needs to resolve merge conflicts. |
Triage: Closing as inactive, feel free to re-submit a new PR if you're still interested in this change. Thank you anyway! |
Zephyr is an embedded RTOS that provides its own POSIX API utilising newlib. Adding support to libc is the first step in providing full rust support for the OS.