You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -92,7 +92,7 @@ Please follow the official GitHub [guide](https://opensource.guide/how-to-contri
92
92
When you created an issue and based on the discussion you want to contribute with your source-code.
93
93
Branching is disabled on the public Silicon Labs repositories. You need to fork your own repo first.
94
94
Please follow the official GitHub [guide](https://docs.github.com/en/get-started/exploring-projects-on-github/contributing-to-a-project).
95
-
You can create your branch on your own forked repo now.
95
+
You can create your branch on your own forked repo now. Pull requests must be merged into the doccurator branches corresponding to the Matter release the change applies to (for example, `doccurator/2.6.2`.
96
96
97
97
### Branch Naming Convention
98
98
Branch naming shall follow the following template: *IssueNumber-issue-title-goes-here*
@@ -115,7 +115,7 @@ Another line of really good description
115
115
```
116
116
117
117
## Pull Request Guideline
118
-
Okay you finished your work committed all your changes to your branch. Time to create a pull request.
118
+
Okay you finished your work committed all your changes to your branch. Time to create a pull request. Pull requests must be merged into the doccurator branches corresponding to the Matter release the change applies to (for example, `doccurator/2.6.2`).
119
119
Refer to the general pull request [guideline](https://opensource.guide/how-to-contribute/#opening-a-pull-request) from GitHub.
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
1
## Description
2
2
<!-- Provide a brief description of the changes in this pull request. -->
3
+
<!-- Note that the pull requests must be merged into the doccurator branches corresponding to the Matter release the change applies to, for example doccurator/2.6.2 . -->
3
4
4
5
## Related Issue
5
6
<!-- If this pull request addresses an issue, link to it here. -->
Copy file name to clipboardExpand all lines: sld120-matter-wifi-getting-started/04-light-switch-step-by-step-example.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ Matter hub/chip-tool are ready and working. Keep the PuTTY session open for the
40
40
41
41
4. Open the Example Projects and Demos tab, select the **Matter** filter and enter "_Wi-Fi_" in **Filter on keywords**.
42
42
43
-
5. Select the _Matter - SoC Lighting over Wi-Fi_ example for RS9116, click **Create**, rename the project if you wish, and click **Finish**.
43
+
5. Select the _Matter - SoC Lighting over Wi-Fi_ example for SiWx917, click **Create**, rename the project if you wish, and click **Finish**.
44
44
45
45
6. Once the project is created, the perspective changes to the Simplicity IDE perspective. In the Project Explorer view, right-click the project and select _Build Project_.
Copy file name to clipboardExpand all lines: sld246-matter-faq/wifi-faq.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,6 +82,8 @@ Where `mySSID` is **your AP's SSID** and `mypassword` is **your AP's password**.
82
82
83
83
### 3. WLAN connection fails from RS9116 during commissioning when channel 13 is selected on the AP
84
84
85
+
**Note:** RS9116 is deprecated and no longer supported on Matter.
86
+
85
87
The required channel becomes available for connection when the WLAN connection region is configured during compilation to one that supports the channel, such as for Japan for channel 13.
86
88
87
89
In order to use the desired channel, before building, make sure the WLAN connection region is configured correctly by reviewing/modifying the following lines in**/examples/platform/silabs/efr32/rs911x/rsi_wlan_config.h**:
@@ -168,6 +170,8 @@ Disable QR Code and enable CHIP Logging:
168
170
169
171
### 11. MG24 device sometimes loses its connection to Ozone during OTA Update with RS9116
170
172
173
+
**Note:** RS9116 is deprecated and no longer supported on Matter.
174
+
171
175
While performing an OTA Update with the EFR32MG24 + RS9116 device combination, when the device is reset and bootloading begins with the new image, the Ozone Debugger sometimes loses its connection.
**Note**: Type **help** in matterCli terminal for more information about supported features.
123
+
124
+
**Note**: For 917SoC ICD-enabled devices, only five UULP pins are supported. As a result, the Matter shell is not functional with sleepy applications because they are not mapped to UULP pins. To enable the Matter shell for sleepy 917SoC devices, the P37 pin must be pulled up. Additionally, boards BRD2708A, BRD2911A, and BRD4343A have only three UULP GPIO pins, which prevents the shell from functioning. To enable the shell on these boards, users must repurpose existing UULP GPIO pins.
The Radio Co-Processor firmware is used to turn an EFR into an RCP that can be used with a Raspberry Pi to allow the Raspberry Pi's Open Thread Border Router to access the Thread network. Radio Co-Processor (RCP) images are available in the Assets section of this page:
The Matter Accessory Device Images are used to turn an EFR into a Matter device. These are pre-built binary images for the Matter Demo. Matter Accessory Device Images are located in the Assets section of this page:
All Silicon Labs board supporting Matter require that a bootloader binary is flashed to the device along with the application image. Bootloader binaries for all of the Matter supported devices are available here:
RS9116 chip/module needs to be flashed with proper firmware as mentioned below:
@@ -46,7 +48,7 @@ RS9116 chip/module needs to be flashed with proper firmware as mentioned below:
46
48
47
49
The SiWx917 firmware(SiWx917_firmware_files.zip) is used to update the SiWN917 NCP and SiWG917 SOC which can be found in the Assets section of this page:
The SiWx917 RCP folder (siwx917_rcp_files.zip) contains the Matter Linux all-cluster-app, which can be run on a Raspberry Pi, and the wfx-sdio-overlay.dts file, a Device Tree Source file used to configure the SDIO interface on the Raspberry Pi to detect and communicate with the SiWx917 RCP.
## SiWx917 SoC Configuration Files For JLink RTT Logging
70
72
71
73
To check device logs on JLink RTT for the Matter Application on the SiWx917 SoC, the **JLink RTT** must be configured for the SiWx917 SoC device by following the instructions on the [JLink RTT SOC Support](/matter/{build-docspace-version}/matter-wifi-enabling-features/jlink-soc-setup) for SiWx917 SoC.
72
74
73
-
The [JLinkDevices.xml](https://github.com/SiliconLabs/matter_extension/releases/download/v2.6.1/JLinkDevices.xml.zip) and [RS9117_SF_4MB_42bsp.elf](https://github.com/SiliconLabs/matter_extension/releases/download/v2.6.1/RS9117_SF_4MB_42bsp.elf.zip) files referenced in the instructions may be found in the Assets section of this page.
75
+
The [JLinkDevices.xml](https://github.com/SiliconLabs/matter_extension/releases/download/v2.7.0/JLinkDevices.xml.zip) and [RS9117_SF_4MB_42bsp.elf](https://github.com/SiliconLabs/matter_extension/releases/download/v2.7.0/RS9117_SF_4MB_42bsp.elf.zip) files referenced in the instructions may be found in the Assets section of this page.
74
76
75
77
>**Note**: For EFR32MG2x devices, JLink RTT Logging support is already enabled.
Copy file name to clipboardExpand all lines: sld249-matter-prerequisites/software-requirements.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,10 +36,14 @@ Below are the software tools both optional and required for developing Matter ov
36
36
37
37
2.[WiSeConnect SDK v2.x for RS9116 NCP](/matter/{build-docspace-version}/matter-wifi-getting-started-example/software-installation#installation-of-wiseconnect-sdk-v2x-or-v3x-extension), which can be installed as part of the Simplicity Studio tool installation.
38
38
39
+
**Note:** RS9116 is deprecated and no longer supported on Matter.
40
+
39
41
3.[WiSeConnect SDK v3.x for SiWx917 NCP](/matter/{build-docspace-version}/matter-wifi-getting-started-example/software-installation#installation-of-wiseconnect-sdk-v2x-or-v3x-extension), which can be installed as part of the Simplicity Studio tool installation.
40
42
41
43
4.[Firmware for RS9116 NCP](./matter-artifacts.md#rs9116-firmware)
42
44
45
+
**Note:** RS9116 is deprecated and no longer supported on Matter.
46
+
43
47
5.[Firmware for SiWx917 NCP](./matter-artifacts.md#siwx917-firmware-for-siwn917-ncp-and-siwg917-soc)
44
48
45
49
## Software Packages Required for Wi-Fi SiWx917 SoC Devices
0 commit comments