forked from embassy-rs/embassy
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Additions for making embedded-nal feasible #1
Merged
kaspar030
merged 2 commits into
kaspar030:for-riot-rs-100424
from
chrysn-pull-requests:for-riot-rs-100424-plus-embeddednal
Apr 19, 2024
Merged
Additions for making embedded-nal feasible #1
kaspar030
merged 2 commits into
kaspar030:for-riot-rs-100424
from
chrysn-pull-requests:for-riot-rs-100424-plus-embeddednal
Apr 19, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ll_ functions This is a breaking change for users of the poll_ functions. (Some might not notice if they already pass in an IpEndpoint into poll_send_to, or discard that item in poll_recv_from). Cherry-picked-from: embassy-rs#2790
This helps develop embassy-rs#2516 out-of-tree. Not cherry-picked from any PR.
Merging this will simplify the CoAP branch, and will reduce the workload of keeping it up to date because the patches will then be on the patch queue when the embassy snapshot is updated. |
chrysn
added a commit
to chrysn-pull-requests/RIOT-rs
that referenced
this pull request
Apr 19, 2024
chrysn
added a commit
to chrysn-pull-requests/RIOT-rs
that referenced
this pull request
Apr 22, 2024
chrysn
added a commit
to chrysn-pull-requests/RIOT-rs
that referenced
this pull request
Apr 26, 2024
github-merge-queue bot
pushed a commit
to ariel-os/ariel-os
that referenced
this pull request
Apr 26, 2024
The cherry-picked commit of this queue is now in embassy main; a rebase will probably just drop it. The |
kaspar030
pushed a commit
that referenced
this pull request
Oct 14, 2024
Better docs and adding of release for PioPwm
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Cherry-pick net/udp: Relay full UdpMetadata instead of only remote endpoint in poll_ functions embassy-rs/embassy#2790
Make UDP sockets'
.with()
pubThis should probably not even be part of it (AIU it's one of those locking functions that are only panic free because everyone promises to not call arbitrary code in them that may reenter the lock), but while net/UDP: Implement embedded-nal-async traits for UDP embassy-rs/embassy#2516 is let mature by having a copy in RIOT-rs's coap branch, we need it pub and promise to be careful 🤞