Remove sqa JLinkDevicesXml workaround#162
Open
Mathieu Kardous (mkardous-silabs) wants to merge 1 commit intomainfrom
Open
Remove sqa JLinkDevicesXml workaround#162Mathieu Kardous (mkardous-silabs) wants to merge 1 commit intomainfrom
Mathieu Kardous (mkardous-silabs) wants to merge 1 commit intomainfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR removes temporary workaround files that were added to enable J-Link device recognition for Silicon Labs platforms in SQA environments. The workaround is no longer needed as SQA setups are now configured to use platform-provided custom JLinkDevices files.
- Removes custom JLinkDevices.xml configuration file
- Removes EFR32XG26.JLinkScript file
- Updates matter_support subproject reference
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| third_party/matter_support | Updates subproject commit hash to newer version |
| provision/support/efr32mg26/EFR32XG26.JLinkScript | Removes temporary J-Link script for EFR32XG26 devices |
| provision/support/JLinkDevices.xml | Removes temporary device configuration for various Silicon Labs platforms |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
lpbeliveau-silabs
approved these changes
Oct 27, 2025
sarthak shaha (Sarthak-Shaha)
approved these changes
Oct 27, 2025
Contributor
sarthak shaha (Sarthak-Shaha)
left a comment
There was a problem hiding this comment.
Need to resolve SQA issue.
Relevant slack: https://silabsiot.slack.com/archives/C08E2BYCG0G/p1761568966717039
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.
Issue Link:
NA
Description of Problem/Feature:
Since the SQA setups have not yet been configured for J-Link to use the platform-provided custom JLinkDevices files, some Silicon Labs platforms are not currently recognized. These temporary changes were introduced to enable SQA functionality during the transition period until the setups are fully updated.
Description of Fix/Solution:
PR removes the workaround files to leverage the local setup configurations.
Testing Done:
CI will validate the provisioning still works.