Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
mkardous-silabs committed Nov 13, 2023
1 parent a5a7beb commit b188450
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions examples/platform/silabs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,21 +35,21 @@ documentation.
### Software Requirements

For the list of software requirements, see the official
[Silicon Labs Matter Software requirements](https://siliconlabs.github.io/matter/2.2.0-1.2/general/SOFTWARE_REQUIREMENTS.html)documentation.
[Silicon Labs Matter Software requirements](https://siliconlabs.github.io/matter/latest/general/SOFTWARE_REQUIREMENTS.html)documentation.

#### Software Artificats

For pre-built binaries for the latest Silicon Labs Matter release, see the
official
[Silicon Labs Matter Software Artifacts](https://siliconlabs.github.io/matter/2.2.0-1.2/general/ARTIFACTS.html#matter-software-artifacts).
[Silicon Labs Matter Software Artifacts](https://siliconlabs.github.io/matter/latest/general/ARTIFACTS.html#matter-software-artifacts).
This includes all necessary binairies to run a Silicon Labs sample app.

## Building

Silicon Labs currently supports the following list of sample apps in the main
Matter SDK. Every sample has its own documentation explaining its unique features and functionalities.
The examples in the `CSA Matter Repository` column are supported in the main
Matter SDK. Additionally, the <a href="https://github.com/SiliconLabs/matter">Silabs Matter Repository</a> offers extra sample applications for different device-types
The examples in the `CSA Matter Repository` column are supported in the main Matter SDK.
Additionally, the <a href="https://github.com/SiliconLabs/matter">Silabs Matter Repository</a> offers extra sample applications for different device-types

<table>
<tbody>
Expand Down Expand Up @@ -121,6 +121,11 @@ The ``gn_silabs_examples.sh` script takes two types of build arguments.
The first type are Macros processed within the script itself and the second are GN arguments.
The Macros encapsulate multiple multiple GN arguments to simplify enabling or disabled specific features.

> **Note**: Executing the build script without any arguments will print a helper with the command structure, the list of supported boards and a list of supported macros and arguments
> ```sh
> ./scripts/examples/gn_silabs_examples.sh
> ```
Here is a list of some the supported macros and their GN argument equivalent.
| Macro Name | Description | GN equivalent |
| :-------: | :---------- | :--- |
Expand Down

0 comments on commit b188450

Please sign in to comment.