@@ -4,23 +4,23 @@ An example showing the use of MATTER on the Silicon Labs EFR32 MG24.
4
4
5
5
<hr >
6
6
7
- - [ MATTER EFR32 Onoff-plug Example] ( #matter-efr32-onoff-plug-example )
8
- - [ Introduction] ( #introduction )
9
- - [ Building] ( #building )
10
- - [ Flashing the Application] ( #flashing-the-application )
11
- - [ Viewing Logging Output] ( #viewing-logging-output )
12
- - [ Running the Complete Example] ( #running-the-complete-example )
13
- - [ Notes] ( #notes )
14
- - [ Running RPC console] ( #running-rpc-console )
15
- - [ Device Tracing] ( #device-tracing )
16
- - [ Memory settings] ( #memory-settings )
17
- - [ OTA Software Update] ( #ota-software-update )
18
- - [ Group Communication (Multicast)] ( #group-communication-multicast )
19
- - [ Building options] ( #building-options )
20
- - [ Disabling logging] ( #disabling-logging )
21
- - [ Debug build / release build] ( #debug-build--release-build )
22
- - [ Disabling LCD] ( #disabling-lcd )
23
- - [ KVS maximum entry count] ( #kvs-maximum-entry-count )
7
+ - [ MATTER EFR32 Onoff-plug Example] ( #matter-efr32-onoff-plug-example )
8
+ - [ Introduction] ( #introduction )
9
+ - [ Building] ( #building )
10
+ - [ Flashing the Application] ( #flashing-the-application )
11
+ - [ Viewing Logging Output] ( #viewing-logging-output )
12
+ - [ Running the Complete Example] ( #running-the-complete-example )
13
+ - [ Notes] ( #notes )
14
+ - [ Running RPC console] ( #running-rpc-console )
15
+ - [ Device Tracing] ( #device-tracing )
16
+ - [ Memory settings] ( #memory-settings )
17
+ - [ OTA Software Update] ( #ota-software-update )
18
+ - [ Group Communication (Multicast)] ( #group-communication-multicast )
19
+ - [ Building options] ( #building-options )
20
+ - [ Disabling logging] ( #disabling-logging )
21
+ - [ Debug build / release build] ( #debug-build--release-build )
22
+ - [ Disabling LCD] ( #disabling-lcd )
23
+ - [ KVS maximum entry count] ( #kvs-maximum-entry-count )
24
24
25
25
<hr >
26
26
@@ -230,14 +230,15 @@ combination with JLinkRTTClient as follows:
230
230
231
231
### Commissioning
232
232
233
- You can provision and control the Matter device using the python controller,
234
- ` mattertool ` standalone, Android, or iOS app.
233
+ You can provision and control the Matter device using the python controller,
234
+ ` mattertool ` standalone, Android, or iOS app.
235
235
236
- Silabs provides ` mattertool ` as a wrapper function and more user-friendly method of using
237
- [ chip-tool] ( ../../examples/chip-tool/README.md ) within the pre-built Raspberry Pi image. For more info on using ` mattertool ` , see
238
- [ Mattertool] ( ../../docs/silabs/thread/CHIP_TOOL.md ) .
236
+ Silabs provides ` mattertool ` as a wrapper function and more user-friendly method
237
+ of using [ chip-tool] ( ../../examples/chip-tool/README.md ) within the pre-built
238
+ Raspberry Pi image. For more info on using ` mattertool ` , see
239
+ [ Mattertool] ( ../../docs/silabs/thread/CHIP_TOOL.md ) .
239
240
240
- Here is an example using ` mattertool ` :
241
+ Here is an example using ` mattertool ` :
241
242
242
243
$ mattertool startThread
243
244
$ mattertool bleThread
0 commit comments