examples/rtk685s-evk: Pull in latest tps6699x - #956
Merged
RobertZ2011 merged 1 commit intoSep 8, 2026
Conversation
Contributor
There was a problem hiding this comment.
🟢 Approval recommended
The changes are limited to an example workspace dependency bump and corresponding lockfile refresh with no code logic modifications in this repo.
Pull request overview
This PR updates the examples/rt685s-evk example workspace to consume newer upstream driver code via git dependencies, primarily to pick up a newer tps6699x revision and the corresponding resolved dependency graph in the lockfile.
Changes:
- Update
tps6699xto a newer git revision inexamples/rt685s-evk/Cargo.lock. - Move
embedded-usb-pdinexamples/rt685s-evk/Cargo.tomlfrom a tagged git dependency to an unpinned git dependency (with the lockfile pinning the resolved commit). - Refresh
examples/rt685s-evk/Cargo.lockto reflect the new resolved git SHAs and resulting dependency removals.
File summaries
| File | Description |
|---|---|
| examples/rt685s-evk/Cargo.toml | Removes the embedded-usb-pd tag to allow resolving a newer git commit (still governed by the lockfile). |
| examples/rt685s-evk/Cargo.lock | Updates resolved git commit SHAs (notably tps6699x and embedded-usb-pd) and prunes no-longer-needed transitive crates. |
Review details
- Files reviewed: 1/2 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
RobertZ2011
marked this pull request as ready for review
September 8, 2026 15:32
RobertZ2011
requested review from
felipebalbi,
kurtjd,
tullom and
williampMSFT
September 8, 2026 15:32
RobertZ2011
enabled auto-merge (squash)
September 8, 2026 15:32
kurtjd
approved these changes
Sep 8, 2026
jerrysxie
approved these changes
Sep 8, 2026
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.
No description provided.