Skip to content

Commit

Permalink
Pull request #190: Matter wifi docs update for SiWx917
Browse files Browse the repository at this point in the history
Merge in WMN_TOOLS/matter from matter_wifi_docs_update_silabs to silabs

Squashed commit of the following:

commit 7c0e1e37b142d08d7e7c218ccfafed1d91cc5f3f
Author: Rehan Rasool <[email protected]>
Date:   Wed Oct 12 11:36:10 2022 -0400

    Add pointer to custom silabs_examples and fix wording based on PR review

commit 75be9fdcb64d554e2275e10612fea7a27d68cf53
Author: riwaghe <[email protected]>
Date:   Wed Oct 12 20:17:16 2022 +0530

    Doc updation for SiWx917 software

commit c058743212a28e46e3cf875ec1c765335a5f5dac
Author: riwaghe <[email protected]>
Date:   Wed Oct 12 20:09:26 2022 +0530

    Doc updation for SiWx917 software
  • Loading branch information
riwaghe authored and jmartinez-silabs committed May 25, 2023
1 parent 683868d commit e9a9395
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
8 changes: 4 additions & 4 deletions docs/silabs/general/ARTIFACTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,12 @@ directory, `./third_party/silabs/wiseconnect-wifi-bt-sdk/firmware`

## SiWx917 Firmware

The SiWx917 firmware is used to update the SiWx917 - it can be found in the
repository you have cloned, at the following relative path from the `/matter`
directory, `./third_party/silabs/wiseconnect-wifi-bt-sdk/firmware`
SiWx917 Firmware(rps) images are available in
the Assets section of this page:

<br>
https://github.com/SiliconLabs/matter/releases/tag/v0.4.0

<br>
---

[Table of Contents](../README.md) | [Thread Demo](../thread/DEMO_OVERVIEW.md) |
Expand Down
4 changes: 3 additions & 1 deletion docs/silabs/general/SOFTWARE_REQUIREMENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,9 @@ Pre-Built SiWx917 firmware is available on the
[Matter Artifacts page](../general/ARTIFACTS.md). The following instructions are found on the docs.silabs.com website:

1. [Setting up TeraTerm](https://docs.silabs.com/SiWx917/wiseconnect/2.0/tera-term-setup)
2. [Updating the SiWx917 Firmware](https://docs.silabs.com/siwx917/wiseconnect/2.0/update-evk-firmware)
2. For updating the SiWx917 Firmware, refer [Updating the RS9116 Firmware](https://docs.silabs.com/rs9116/wiseconnect/2.0/update-evk-firmware). Instructions are the same for both SiWx917 and RS9116.



---

Expand Down
3 changes: 3 additions & 0 deletions docs/silabs/thread/BUILD_FLASH_MAD.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ use one of the following options:
the lighting-app. If you wish to build other examples such as the sleepy end
device you are welcome to, but it is not necessary for the demo.

> Additional examples are provided in [/examples](../../../examples/) directory,
or [/silabs_examples](../../../silabs_examples/) (such as `onoff-plug-app`).

The build process puts all image files in the following location:

`<git location>/matter/out/<app name>/<board name>`
Expand Down
2 changes: 2 additions & 0 deletions docs/silabs/wifi/SW_SETUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ you are using, select the appropriate command to build.

> **Note:**
> Below build commands are for the `lighting-app` application. In order to build different applicatons, for example `lock-app`, `window-app` or `thermostat`, replace appropriate application name.
> Additional examples are provided in [/examples](../../../examples/) directory,
or [/silabs_examples](../../../silabs_examples/) (such as `onoff-plug-app`).

Run the following:

Expand Down

0 comments on commit e9a9395

Please sign in to comment.