[Matter-7007] Add Matter CPC component - #995
Open
Jean-Francois Penven (jepenven-silabs) wants to merge 2 commits into
Open
[Matter-7007] Add Matter CPC component#995Jean-Francois Penven (jepenven-silabs) wants to merge 2 commits into
Jean-Francois Penven (jepenven-silabs) wants to merge 2 commits into
Conversation
Jean-Francois Penven (jepenven-silabs)
requested a review
from a team
as a code owner
August 14, 2026 17:04
Copilot started reviewing on behalf of
Jean-Francois Penven (jepenven-silabs)
August 14, 2026 17:04
View session
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new Simplicity Studio component definition for a Matter CPC transport integration and registers its component directory so it becomes discoverable/usable via the extension’s component search path.
Changes:
- Introduces a new
matter_cpccomponent manifest defining sources/includes and a feature define for CPC-based Matter integration. - Adds the new
slc/component/matter-platform/cpcdirectory tomatter.slceso the component is picked up by the extension.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| slc/component/matter-platform/cpc/matter_cpc.slcc | New component manifest for enabling CPC-specific sources/includes/defines. |
| matter.slce | Registers the new CPC component path in the extension component search paths. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Comment on lines
+12
to
+16
| - name: matter_cpc | ||
| - name: matter_uart_interface | ||
|
|
||
| conflicts: | ||
| - name: matter_uart |
| label: Matter CPC | ||
| description: Enables sources and defines for CPC as used by Matter components | ||
| package: matter | ||
| category: Matter|Platform|CPC |
| - name: cpc_secondary | ||
|
|
||
| source: | ||
| - path: third_party/matter_sdk/examples/platform/silabs/matter_cpc.cpp |
Contributor
There was a problem hiding this comment.
does this implementation exist yet? I wasn't able to find in matter_sdk
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:
#MATTER-7007
Description of Problem/Feature:
Mutiprotocol solutions requires CPC to communicate with the HOST. Implement a Matter interface over CPC.
This PR only contains the components. Implementation is within matter_sdk
Description of Fix/Solution:
components
Testing Done:
Tested locally with a MG24 and wake on Matter.