-
Notifications
You must be signed in to change notification settings - Fork 735
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 ESP-IDF framework support #1692
Conversation
Note that this will conflict with #1687 but with the latest low-churn changes it only conflicts in one trivial place that I can easily fix in either this PR or the other one depending on which one lands first. |
I think this is good to be merged if you can resolve the merge conflict. Afterwards we can open an issue for official support, which would require a maintainer and CI support, etc. |
Mostly fixing compiler errors but also working around nonblocking issues with accept, eventfd, etc. Closes tokio-rs#1691
Ready to rock |
Thanks @jasta |
Opened #1703 for follow ups. |
Mostly fixing compiler errors but also working around nonblocking issues with accept, eventfd, etc.
Closes #1691