Skip to content

Commit 7ae34d5

Browse files
committed
Pull request project-chip#2101: MATTER-3617: Fix submodule checkout example
Merge in WMN_TOOLS/matter from documentation_fix/smg_2.3.1-1.3 to RC_2.3.1-1.3 Squashed commit of the following: commit 23e0930c8f557d2603f9adb7cc646b6716f9981a Author: Rehan Rasool <Rehan.Rasool@silabs.com> Date: Tue Jan 28 08:45:58 2025 -0500 Fix documentation arguments
1 parent e7ef40a commit 7ae34d5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/silabs/general/OTA_SOFTWARE_UPDATE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ application images.
4040

4141
```shell
4242
$ cd matter
43-
$ ./scripts/checkout_submodules.py --shallow --recursive --platform efr32
43+
$ ./scripts/checkout_submodules.py --shallow --recursive --platform silabs
4444
$ . scripts/bootstrap.sh
4545
# Create a directory where binaries will be updated/compiled called `out`
4646
$ mkdir out

docs/silabs/general/SOFTWARE_REQUIREMENTS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
```
4646

4747
```shell
48-
$ ./scripts/checkout_submodules.py --shallow --recursive --platform efr32
48+
$ ./scripts/checkout_submodules.py --shallow --recursive --platform silabs
4949
```
5050

5151
6. If you are using an EFR32MG2x device you will require a bootloader to run the

docs/silabs/wifi/SW_SETUP.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ application images. Users may need to run the various commands as the root user
1919

2020
```shell
2121
$ cd matter
22-
$ ./scripts/checkout_submodules.py --shallow --recursive --platform efr32
22+
$ ./scripts/checkout_submodules.py --shallow --recursive --platform silabs
2323
$ . scripts/bootstrap.sh
2424
# Create a directory where binaries will be updated/compiled called `out`
2525
$ mkdir out

0 commit comments

Comments
 (0)