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

Add ESP-IDF framework support #1691

Closed
jasta opened this issue Jul 18, 2023 · 0 comments · Fixed by #1692
Closed

Add ESP-IDF framework support #1691

jasta opened this issue Jul 18, 2023 · 0 comments · Fixed by #1692

Comments

@jasta
Copy link
Contributor

jasta commented Jul 18, 2023

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)

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
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

Successfully merging a pull request may close this issue.

1 participant