-
Notifications
You must be signed in to change notification settings - Fork 934
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
net/UDP: Implement embedded-nal-async traits for UDP #2516
Open
chrysn opened this issue
Feb 2, 2024
· 0 comments
· Fixed by smoltcp-rs/smoltcp#904 · May be fixed by #2519
Open
net/UDP: Implement embedded-nal-async traits for UDP #2516
chrysn opened this issue
Feb 2, 2024
· 0 comments
· Fixed by smoltcp-rs/smoltcp#904 · May be fixed by #2519
Comments
This was referenced Feb 2, 2024
chrysn
added a commit
to chrysn-pull-requests/embassy
that referenced
this issue
Apr 8, 2024
This helps develop embassy-rs#2516 out-of-tree.
chrysn
added a commit
to chrysn-pull-requests/embassy
that referenced
this issue
Apr 8, 2024
This helps develop embassy-rs#2516 out-of-tree. Not cherry-picked from any PR.
chrysn
added a commit
to chrysn-pull-requests/embassy
that referenced
this issue
Apr 12, 2024
This helps develop embassy-rs#2516 out-of-tree. Not cherry-picked from any PR.
kaspar030
pushed a commit
to kaspar030/embassy
that referenced
this issue
Apr 30, 2024
This helps develop embassy-rs#2516 out-of-tree. Not cherry-picked from any PR.
kaspar030
pushed a commit
to kaspar030/embassy
that referenced
this issue
Jun 5, 2024
This helps develop embassy-rs#2516 out-of-tree. Not cherry-picked from any PR.
kaspar030
pushed a commit
to kaspar030/embassy
that referenced
this issue
Jun 6, 2024
This helps develop embassy-rs#2516 out-of-tree. Not cherry-picked from any PR.
kaspar030
pushed a commit
to kaspar030/embassy
that referenced
this issue
Aug 19, 2024
This helps develop embassy-rs#2516 out-of-tree. Not cherry-picked from any PR.
kaspar030
pushed a commit
to kaspar030/embassy
that referenced
this issue
Sep 19, 2024
This helps develop embassy-rs#2516 out-of-tree. Not cherry-picked from any PR.
kaspar030
pushed a commit
to kaspar030/embassy
that referenced
this issue
Sep 23, 2024
This helps develop embassy-rs#2516 out-of-tree. Not cherry-picked from any PR.
kaspar030
pushed a commit
to kaspar030/embassy
that referenced
this issue
Nov 6, 2024
This helps develop embassy-rs#2516 out-of-tree. Not cherry-picked from any PR.
kaspar030
pushed a commit
to kaspar030/embassy
that referenced
this issue
Nov 28, 2024
This helps develop embassy-rs#2516 out-of-tree. Not cherry-picked from any PR.
Dirbaio
pushed a commit
that referenced
this issue
Dec 2, 2024
kaspar030
pushed a commit
to kaspar030/embassy
that referenced
this issue
Jan 10, 2025
This helps develop embassy-rs#2516 out-of-tree. Not cherry-picked from any PR.
kaspar030
pushed a commit
to ariel-os/embassy
that referenced
this issue
Jan 10, 2025
This helps develop embassy-rs#2516 out-of-tree. Not cherry-picked from any PR.
kaspar030
pushed a commit
to ariel-os/embassy
that referenced
this issue
Jan 13, 2025
This helps develop embassy-rs#2516 out-of-tree. Not cherry-picked from any PR.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, embassy-net's UDP is providing its own custom set of methods and doesn't implement the embedded-nal-async traits.
I plan on providing a patch within the next weeks; initially, this is blocked by smoltcp-rs/smoltcp#903.
The text was updated successfully, but these errors were encountered: