Remove rt685s-evk tps6699x examples - #965
Merged
RobertZ2011 merged 1 commit intoSep 24, 2026
Merged
Conversation
These examples are being moved into the `tps6699x` crate as they fit better there. This also prevents breaking changes from breaking the CI due to the changes not being pulled into the `tps6699x` crate yet.
RobertZ2011
force-pushed
the
remove-tps6699x-examples
branch
from
September 24, 2026 17:51
9aec557 to
0bbc78f
Compare
Contributor
There was a problem hiding this comment.
Copilot review overview
🟢 Approval recommended
Remaining findings are minor dependency and patch cleanup items that do not block approval.
Review effort: Lite
Findings: None
What changed in this PR
Removes the RT685S-EVK Type-C and CFU examples as they move to the tps6699x crate.
Changes:
- Deletes the
type_candtype_c_cfubinaries. - Updates manifest and lockfile dependencies.
- Leaves minor unused dependency and patch cleanup.
| File | Description |
|---|---|
examples/rt685s-evk/src/bin/type_c.rs |
Removes the Type-C example. |
examples/rt685s-evk/src/bin/type_c_cfu.rs |
Removes the Type-C CFU example. |
examples/rt685s-evk/Cargo.toml |
Removes some related dependencies; unused entries and patches remain. |
examples/rt685s-evk/Cargo.lock |
Updates resolved dependencies; retains an unused patch entry. |
💡 Configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
RobertZ2011
marked this pull request as ready for review
September 24, 2026 18:00
RobertZ2011
requested review from
felipebalbi,
kurtjd,
tullom and
williampMSFT
September 24, 2026 18:00
RobertZ2011
enabled auto-merge (squash)
September 24, 2026 18:01
kurtjd
approved these changes
Sep 24, 2026
tullom
approved these changes
Sep 24, 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.
These examples are being moved into the
tps6699xcrate as they fit better there. This also prevents breaking changes from breaking the CI due to the changes not being pulled into thetps6699xcrate yet.