Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Welcome to the Silicon Labs Matter Extension repo. Matter is an application laye

Silicon Labs supports Matter on several different hardware platforms including the EFR32, WF200, and the new SiWx917, which is a Wi-Fi System-on-Chip (SoC).

**This repo is intended to be used directly for bleeding edge development that closely tracks the CSA Matter codebase. If you are interested in a stable release, we recommend following our official documentation which can be found on [docs.silabs.com](https://docs.silabs.com/matter/2.8.0/matter-start/)**
**This repo is intended to be used directly for bleeding edge development that closely tracks the CSA Matter codebase. If you are interested in a stable release, we recommend following our official documentation which can be found on [docs.silabs.com](https://docs.silabs.com/matter/2.8.1/matter-start/)**

_To see official release notes containing a list of features and known issues, go to [SiliconLabs/matter_extension/releases](https://github.com/SiliconLabs/matter_extension/releases) and find the corresponding notes for the release you are using._

Expand Down Expand Up @@ -65,7 +65,7 @@ git config --system core.longpaths true  

### Creating an Application Project

Run the `sl_create_new_app.py` script to create a BRD4187C project with name MyNewApp starting from the `lighting-app.slcp` example or from the `lighting-app-series-2.slcw` [solution](https://docs.silabs.com/matter/2.8.0/matter-overview-guides/matter-solutions) application project file:
Run the `sl_create_new_app.py` script to create a BRD4187C project with name MyNewApp starting from the `lighting-app.slcp` example or from the `lighting-app-series-2.slcw` [solution](https://docs.silabs.com/matter/2.8.1/matter-overview-guides/matter-solutions) application project file:

Sample-App Example:
For Mac and Linux:
Expand Down Expand Up @@ -212,7 +212,7 @@ The relevant entry from `src/app/zap-templates/cluster-to-component-dependencies
]
}
```
More details on how to develop using SLC CLI can be found at [Creating Matter Applications using SLC CLI](https://docs.silabs.com/matter/2.8.0/matter-overview-guides/matter-slc-cli)
More details on how to develop using SLC CLI can be found at [Creating Matter Applications using SLC CLI](https://docs.silabs.com/matter/2.8.1/matter-overview-guides/matter-slc-cli)


## Project Upgrades
Expand Down
6 changes: 3 additions & 3 deletions matter.slce
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
id: matter
version: 2.8.0
version: 2.8.1
description: "Matter extension for Simplicity SDK Suite"
label: "Silicon Labs Matter"
vendor: silabs
sdk:
id: simplicity_sdk
version: 2025.12.0
version: 2025.12.2
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It shouldn't cause any issues right?

upgrade_manifest:
- path: upgrade.slcu
supplier: Silicon Laboratories Inc.
Expand Down Expand Up @@ -49,4 +49,4 @@ component_path:
- path: slc/component/sdk-content/zap
documentation:
- docset: matter
version: 2.8.0
version: 2.8.1
4 changes: 2 additions & 2 deletions matter.slsdk
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Properties file for Simplicity Studio metadata
id=com.silabs.sdk.matter

version=2.8.0
version=2.8.1

label=Silicon Labs Matter
description=Matter extension for Simplicity SDK Suite
Expand All @@ -12,6 +12,6 @@ prop.file.zcl.matterZclJsonFile=src/app/zap-templates/zcl/zcl.json

prop.file.docsFile=matter_docs.xml
prop.file.demosFile=matter_demos.xml
prop.subLabel=Silicon\\ Labs\\ Matter\\ 2.8.0-1.5
prop.subLabel=Silicon\\ Labs\\ Matter\\ 2.8.1-1.5

prop.file.adapterPacks=provision
4 changes: 2 additions & 2 deletions matter_docs.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<contentItems xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.silabs.com/ss/ContentItem.ecore">
<contentItemData label="Matter Release Notes" itemURI="https://github.com/SiliconLabs/matter_extension/releases/tag/v2.8.0" category="Release Notes" priority="40">
<contentItemData label="Matter Release Notes" itemURI="https://github.com/SiliconLabs/matter_extension/releases/tag/v2.8.1" category="Release Notes" priority="40">
<property key="core.category" value="Release Notes"/>
<property key="core.priority" value="40"/>
<property key="core.boardCompatibility" value="brd4116a brd4117a brd4118a brd4120a brd4121a brd4186c brd4187c brd2703a brd2704a brd2601b
brd2608a brd4316a brd4317a brd4319a brd4337a brd4318a brd1019a brd4350a brd4351a brd2709a brd2719a brd4407a brd4408a brd4338a brd4342a brd4343a brd2605a brd2708a brd2911a"/>
<property key="core.partCompatibility" value=".*efr32mg26.* .*efr32mg24.* .*mgm24.* .*mgm26.* .*simg301.* .*si917.* .*siwg917.* "/>
<property key="core.sdkAndProtocolTags" value="Matter"/>
<description>Release Notes for the Silicon Labs Matter v2.8.0-1.5. These release notes provide information on the release including part compatibility, changes and added/deleted/deprecated features/API.</description>
<description>Release Notes for the Silicon Labs Matter v2.8.1-1.5. These release notes provide information on the release including part compatibility, changes and added/deleted/deprecated features/API.</description>
</contentItemData>
</contentItems>
4 changes: 2 additions & 2 deletions slc/apps/air-quality-sensor-app/thread/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Silicon Labs platform.

For more general information on running matter applications and pre-requisites please look at online
documentation for Matter available on docs.silabs.com. Follow Wi-Fi instructions depending on the example you are running.
[Demo instructions for Wi-Fi](https://docs.silabs.com/matter/2.8.0/matter-wifi)
[Demo instructions for Wi-Fi](https://docs.silabs.com/matter/2.8.1/matter-wifi)

## Region code Setting (917 WiFi projects)

Expand Down Expand Up @@ -91,7 +91,7 @@ After 15 minutes, the advertisement stops. In addition, this button should also

## Provision and Control

You can provision and control the Matter device using the python controller, chip-tool (standalone or pre-built), Android, iOS app or the mattertool utility from the Matter Hub package provided by Silicon Labs. The pre-built chip-tool instance ships with the Matter Hub image. More information on using the Matter Hub can be found in the online Matter documentation here: [Silicon Labs Matter Documentation](https://docs.silabs.com/matter/2.8.0/matter-thread/raspi-img)
You can provision and control the Matter device using the python controller, chip-tool (standalone or pre-built), Android, iOS app or the mattertool utility from the Matter Hub package provided by Silicon Labs. The pre-built chip-tool instance ships with the Matter Hub image. More information on using the Matter Hub can be found in the online Matter documentation here: [Silicon Labs Matter Documentation](https://docs.silabs.com/matter/2.8.1/matter-thread/raspi-img)



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ package: matter

sdk_extension:
- id: matter
version: "2.8.0"
version: "2.8.1"
vendor: silabs

component:
Expand Down
4 changes: 2 additions & 2 deletions slc/apps/air-quality-sensor-app/wifi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Silicon Labs platform.

For more general information on running matter applications and pre-requisites please look at online
documentation for Matter available on docs.silabs.com. Follow Wi-Fi instructions depending on the example you are running.
[Demo instructions for Wi-Fi](https://docs.silabs.com/matter/2.8.0/matter-wifi)
[Demo instructions for Wi-Fi](https://docs.silabs.com/matter/2.8.1/matter-wifi)

## Region code Setting (917 WiFi projects)

Expand Down Expand Up @@ -91,7 +91,7 @@ After 15 minutes, the advertisement stops. In addition, this button should also

## Provision and Control

You can provision and control the Matter device using the python controller, chip-tool (standalone or pre-built), Android, iOS app or the mattertool utility from the Matter Hub package provided by Silicon Labs. The pre-built chip-tool instance ships with the Matter Hub image. More information on using the Matter Hub can be found in the online Matter documentation here: [Silicon Labs Matter Documentation](https://docs.silabs.com/matter/2.8.0/matter-thread/raspi-img)
You can provision and control the Matter device using the python controller, chip-tool (standalone or pre-built), Android, iOS app or the mattertool utility from the Matter Hub package provided by Silicon Labs. The pre-built chip-tool instance ships with the Matter Hub image. More information on using the Matter Hub can be found in the online Matter documentation here: [Silicon Labs Matter Documentation](https://docs.silabs.com/matter/2.8.1/matter-thread/raspi-img)



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ package: matter

sdk_extension:
- id: matter
version: "2.8.0"
version: "2.8.1"
vendor: silabs
- id: wiseconnect3_sdk
version: "4.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: >

sdk_extension:
- id: matter
version: "2.8.0"
version: "2.8.1"
vendor: silabs

component:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: >

sdk_extension:
- id: matter
version: "2.8.0"
version: "2.8.1"
vendor: silabs

component:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: >

sdk_extension:
- id: matter
version: "2.8.0"
version: "2.8.1"
vendor: silabs

component:
Expand Down
4 changes: 2 additions & 2 deletions slc/apps/closure-app/thread/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Silicon Labs platform.

For more general information on running matter applications and pre-requisites please look at online
documentation for Matter available on docs.silabs.com. Follow Thread demo instructions depending on the example you are running.
[Demo instructions for Thread](https://docs.silabs.com/matter/2.8.0/matter-thread)
[Demo instructions for Thread](https://docs.silabs.com/matter/2.8.1/matter-thread)

## Sample Endpoint Configuration for Closure
![Closure Sample Endpoint](/slc/image/closure-sample-endpoint.png)
Expand Down Expand Up @@ -75,7 +75,7 @@ After 15 minutes, the advertisement stops. In addition, this button should also

## Provision and Control

You can provision and control the Matter device using the python controller, chip-tool (standalone or pre-built), Android, iOS app or the mattertool utility from the Matter Hub package provided by Silicon Labs. The pre-built chip-tool instance ships with the Matter Hub image. More information on using the Matter Hub can be found in the online Matter documentation here: [Silicon Labs Matter Documentation](https://docs.silabs.com/matter/2.8.0/matter-thread/raspi-img)
You can provision and control the Matter device using the python controller, chip-tool (standalone or pre-built), Android, iOS app or the mattertool utility from the Matter Hub package provided by Silicon Labs. The pre-built chip-tool instance ships with the Matter Hub image. More information on using the Matter Hub can be found in the online Matter documentation here: [Silicon Labs Matter Documentation](https://docs.silabs.com/matter/2.8.1/matter-thread/raspi-img)

More information on using the chip-tool directly can be found here: [CHIPTool](https://github.com/project-chip/connectedhomeip/blob/master/examples/chip-tool/README.md)

Expand Down
2 changes: 1 addition & 1 deletion slc/apps/closure-app/thread/closure-app.slcp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ package: matter

sdk_extension:
- id: matter
version: "2.8.0"
version: "2.8.1"
vendor: silabs

component:
Expand Down
4 changes: 2 additions & 2 deletions slc/apps/closure-app/wifi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Silicon Labs platform.

For more general information on running matter applications and pre-requisites please look at online
documentation for Matter available on docs.silabs.com. Follow Wi-Fi instructions depending on the example you are running.
[Demo instructions for Wi-Fi](https://docs.silabs.com/matter/2.8.0/matter-wifi)
[Demo instructions for Wi-Fi](https://docs.silabs.com/matter/2.8.1/matter-wifi)

## Sample Endpoint Configuration for Closure
![Closure Sample Endpoint](/slc/image/closure-sample-endpoint.png)
Expand Down Expand Up @@ -75,7 +75,7 @@ After 15 minutes, the advertisement stops. In addition, this button should also

## Provision and Control

You can provision and control the Matter device using the python controller, chip-tool (standalone or pre-built), Android, iOS app or the mattertool utility from the Matter Hub package provided by Silicon Labs. The pre-built chip-tool instance ships with the Matter Hub image. More information on using the Matter Hub can be found in the online Matter documentation here: [Silicon Labs Matter Documentation](https://docs.silabs.com/matter/2.8.0/matter-thread/raspi-img)
You can provision and control the Matter device using the python controller, chip-tool (standalone or pre-built), Android, iOS app or the mattertool utility from the Matter Hub package provided by Silicon Labs. The pre-built chip-tool instance ships with the Matter Hub image. More information on using the Matter Hub can be found in the online Matter documentation here: [Silicon Labs Matter Documentation](https://docs.silabs.com/matter/2.8.1/matter-thread/raspi-img)

More information on using the chip-tool directly can be found here: [CHIPTool](https://github.com/project-chip/connectedhomeip/blob/master/examples/chip-tool/README.md)

Expand Down
2 changes: 1 addition & 1 deletion slc/apps/closure-app/wifi/closure-app-siwx.slcp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ package: matter

sdk_extension:
- id: matter
version: "2.8.0"
version: "2.8.1"
vendor: silabs
- id: wiseconnect3_sdk
version: "4.0.0"
Expand Down
4 changes: 2 additions & 2 deletions slc/apps/dishwasher-app/thread/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Silicon Labs platform.

For more general information on running matter applications and pre-requisites please look at online
documentation for Matter available on docs.silabs.com. Follow Thread demo instructions depending on the example you are running.
[Demo instructions for Thread](https://docs.silabs.com/matter/2.8.0/matter-thread)
[Demo instructions for Thread](https://docs.silabs.com/matter/2.8.1/matter-thread)

## Dishwasher Example User Interface

Expand Down Expand Up @@ -96,7 +96,7 @@ If LEDs are supported by the board but not enabled in a project they can be enab

## Provision and Control

You can provision and control the Matter device using the python controller, chip-tool (standalone or pre-built), Android, iOS app or the mattertool utility from the Matter Hub package provided by Silicon Labs. The pre-built chip-tool instance ships with the Matter Hub image. More information on using the Matter Hub can be found in the online Matter documentation here: [Silicon Labs Matter Documentation](https://docs.silabs.com/matter/2.8.0/matter-thread/raspi-img)
You can provision and control the Matter device using the python controller, chip-tool (standalone or pre-built), Android, iOS app or the mattertool utility from the Matter Hub package provided by Silicon Labs. The pre-built chip-tool instance ships with the Matter Hub image. More information on using the Matter Hub can be found in the online Matter documentation here: [Silicon Labs Matter Documentation](https://docs.silabs.com/matter/2.8.1/matter-thread/raspi-img)

More information on using the chip-tool directly can be found here: [CHIPTool](https://github.com/project-chip/connectedhomeip/blob/master/examples/chip-tool/README.md)

Expand Down
2 changes: 1 addition & 1 deletion slc/apps/dishwasher-app/thread/dishwasher-app.slcp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ package: matter

sdk_extension:
- id: matter
version: "2.8.0"
version: "2.8.1"
vendor: silabs

component:
Expand Down
4 changes: 2 additions & 2 deletions slc/apps/dishwasher-app/wifi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Silicon Labs platform.

For more general information on running matter applications and pre-requisites please look at online
documentation for Matter available on docs.silabs.com. Follow Wi-Fi instructions depending on the example you are running.
[Demo instructions for Wi-Fi](https://docs.silabs.com/matter/2.8.0/matter-wifi)
[Demo instructions for Wi-Fi](https://docs.silabs.com/matter/2.8.1/matter-wifi)

## Region code Setting (917 WiFi projects)

Expand Down Expand Up @@ -91,7 +91,7 @@ After 15 minutes, the advertisement stops. In addition, this button should also

## Provision and Control

You can provision and control the Matter device using the python controller, chip-tool (standalone or pre-built), Android, iOS app or the mattertool utility from the Matter Hub package provided by Silicon Labs. The pre-built chip-tool instance ships with the Matter Hub image. More information on using the Matter Hub can be found in the online Matter documentation here: [Silicon Labs Matter Documentation](https://docs.silabs.com/matter/2.8.0/matter-thread/raspi-img)
You can provision and control the Matter device using the python controller, chip-tool (standalone or pre-built), Android, iOS app or the mattertool utility from the Matter Hub package provided by Silicon Labs. The pre-built chip-tool instance ships with the Matter Hub image. More information on using the Matter Hub can be found in the online Matter documentation here: [Silicon Labs Matter Documentation](https://docs.silabs.com/matter/2.8.1/matter-thread/raspi-img)

More information on using the chip-tool directly can be found here: [CHIPTool](https://github.com/project-chip/connectedhomeip/blob/master/examples/chip-tool/README.md)

Expand Down
2 changes: 1 addition & 1 deletion slc/apps/dishwasher-app/wifi/dishwasher-app-siwx.slcp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ package: matter

sdk_extension:
- id: matter
version: "2.8.0"
version: "2.8.1"
vendor: silabs
- id: wiseconnect3_sdk
version: "4.0.0"
Expand Down
4 changes: 2 additions & 2 deletions slc/apps/fan-control-app/thread/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Silicon Labs platform.

For more general information on running matter applications and pre-requisites please look at online
documentation for Matter available on docs.silabs.com. Follow Thread demo instructions depending on the example you are running.
[Demo instructions for Thread](https://docs.silabs.com/matter/2.8.0/matter-thread)
[Demo instructions for Thread](https://docs.silabs.com/matter/2.8.1/matter-thread)

## Fan Control Application User Interface

Expand Down Expand Up @@ -93,7 +93,7 @@ If LEDs are supported by the board but not enabled in a project they can be enab

## Provision and Control

You can provision and control the Matter device using the python controller, chip-tool (standalone or pre-built), Android, iOS app or the mattertool utility from the Matter Hub package provided by Silicon Labs. The pre-built chip-tool instance ships with the Matter Hub image. More information on using the Matter Hub can be found in the online Matter documentation here: [Silicon Labs Matter Documentation](https://docs.silabs.com/matter/2.8.0/matter-thread/raspi-img)
You can provision and control the Matter device using the python controller, chip-tool (standalone or pre-built), Android, iOS app or the mattertool utility from the Matter Hub package provided by Silicon Labs. The pre-built chip-tool instance ships with the Matter Hub image. More information on using the Matter Hub can be found in the online Matter documentation here: [Silicon Labs Matter Documentation](https://docs.silabs.com/matter/2.8.1/matter-thread/raspi-img)

More information on using the chip-tool directly can be found here: [CHIPTool](https://github.com/project-chip/connectedhomeip/blob/master/examples/chip-tool/README.md)

Expand Down
2 changes: 1 addition & 1 deletion slc/apps/fan-control-app/thread/fan-control-app.slcp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ package: matter

sdk_extension:
- id: matter
version: "2.8.0"
version: "2.8.1"
vendor: silabs

component:
Expand Down
4 changes: 2 additions & 2 deletions slc/apps/fan-control-app/wifi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Silicon Labs platform.

For more general information on running matter applications and pre-requisites please look at online
documentation for Matter available on docs.silabs.com. Follow Wi-Fi instructions depending on the example you are running.
[Demo instructions for Wi-Fi](https://docs.silabs.com/matter/2.8.0/matter-wifi)
[Demo instructions for Wi-Fi](https://docs.silabs.com/matter/2.8.1/matter-wifi)

## Region code Setting (917 WiFi projects)

Expand Down Expand Up @@ -87,7 +87,7 @@ After 15 minutes, the advertisement stops. In addition, this button should also

## Provision and Control

You can provision and control the Matter device using the python controller, chip-tool (standalone or pre-built), Android, iOS app or the mattertool utility from the Matter Hub package provided by Silicon Labs. The pre-built chip-tool instance ships with the Matter Hub image. More information on using the Matter Hub can be found in the online Matter documentation here: [Silicon Labs Matter Documentation](https://docs.silabs.com/matter/2.8.0/matter-thread/raspi-img)
You can provision and control the Matter device using the python controller, chip-tool (standalone or pre-built), Android, iOS app or the mattertool utility from the Matter Hub package provided by Silicon Labs. The pre-built chip-tool instance ships with the Matter Hub image. More information on using the Matter Hub can be found in the online Matter documentation here: [Silicon Labs Matter Documentation](https://docs.silabs.com/matter/2.8.1/matter-thread/raspi-img)

More information on using the chip-tool directly can be found here: [CHIPTool](https://github.com/project-chip/connectedhomeip/blob/master/examples/chip-tool/README.md)

Expand Down
Loading
Loading