-
Notifications
You must be signed in to change notification settings - Fork 741
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 #1691
Comments
Closed
6 tasks
jasta
added a commit
to jasta/mio
that referenced
this issue
Jul 18, 2023
Mostly fixing compiler errors but also working around nonblocking issues with accept, eventfd, etc. Closes tokio-rs#1691
jasta
added a commit
to jasta/mio
that referenced
this issue
Jul 31, 2023
Mostly fixing compiler errors but also working around nonblocking issues with accept, eventfd, etc. Closes tokio-rs#1691
Thomasdezeeuw
pushed a commit
that referenced
this issue
Jul 31, 2023
Mostly fixing compiler errors but also working around nonblocking issues with accept, eventfd, etc. Closes #1691
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With #1687 it is functionally possible to support
target_os="espidf"
but unfortunately there are still compiler errors for things like missing socket constants and broken runtime behaviour.This is a placeholder task to fix those issues (PR to follow #1687 landing)The text was updated successfully, but these errors were encountered: