treewide: Update Rust dependencies, adding SPI and UART support#21133
Merged
Teufelchen1 merged 3 commits intoRIOT-OS:masterfrom Jan 14, 2025
Merged
treewide: Update Rust dependencies, adding SPI and UART support#21133Teufelchen1 merged 3 commits intoRIOT-OS:masterfrom
Teufelchen1 merged 3 commits intoRIOT-OS:masterfrom
Conversation
Teufelchen1
approved these changes
Jan 13, 2025
Contributor
Teufelchen1
left a comment
There was a problem hiding this comment.
That's a lot of dependencies.
Member
Author
|
CI said no; apparently, SPI clocks are odd somewhere.
Yes it is. It makes sense to take a more fine-grained viewpoint, though:
|
Member
Author
|
This can be unblocked by RIOT-OS/rust-riot-wrappers#144, which needs to be merged before I can unblock this PR. |
This pulls in the changes of [144]. [144]: RIOT-OS/rust-riot-wrappers#144
Member
Author
|
The last patch updates riot-sys only to address the previous build failures. |
mguetschow
added a commit
to mguetschow/RIOT
that referenced
this pull request
Apr 8, 2025
diff generated with `find -name Cargo.toml -exec cargo update --manifest-path "{}" --package riot-wrappers --package riot-sys ";"` according to https://github.com/RIOT-OS/RIOT/blob/master/doc/guides/managing-a-release/README.md?plain=1#L31
upcoming release version bump similar to RIOT-OS#21133
Lukas-Luger
pushed a commit
to Lukas-Luger/RIOT
that referenced
this pull request
Apr 14, 2025
diff generated with `find -name Cargo.toml -exec cargo update --manifest-path "{}" --package riot-wrappers --package riot-sys ";"` according to https://github.com/RIOT-OS/RIOT/blob/master/doc/guides/managing-a-release/README.md?plain=1#L31
upcoming release version bump similar to RIOT-OS#21133
AnnsAnns
pushed a commit
to AnnsAnns/RIOT
that referenced
this pull request
Apr 16, 2025
diff generated with `find -name Cargo.toml -exec cargo update --manifest-path "{}" --package riot-wrappers --package riot-sys ";"` according to https://github.com/RIOT-OS/RIOT/blob/master/doc/guides/managing-a-release/README.md?plain=1#L31
upcoming release version bump similar to RIOT-OS#21133
This file contains hidden or 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
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.
Contribution description
This updates riot-sys and riot-wrappers, as well as other Rust dependencies.
See issue references for what changes in our crates; outside that, none of the updates stand out particularly. (There are some auto-updates around proc-macro and Unicode, but that's just host side tooling).
Testing procedure
CI build testing should suffice.
Issues/PRs references
Complete list of PRs pulled in to this in our crates: