Skip to content

Commit 9a8e6f9

Browse files
authoredJul 16, 2024
[Infineon] Update CYW30739 README files and setup requirements. (#34348)
1 parent 74768a8 commit 9a8e6f9

File tree

5 files changed

+14
-8
lines changed

5 files changed

+14
-8
lines changed
 

‎examples/light-switch-app/infineon/cyw30739/README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ An example showing the use of Matter on the Infineon CYW30739 platform.
1212
- [Installing ModusToolbox™ Software](#installing-modustoolbox-software)
1313
- [ModusToolbox™ tools package](#modustoolbox-tools-package)
1414
- [Note for WSL (Windows Subsystem for Linux)](#note-for-wsl-windows-subsystem-for-linux)
15-
- [Checkout Submodules](#checkout-submodules)
15+
- [Checkout Submodules and Bootstrap](#checkout-submodules-and-bootstrap)
1616
- [Building](#building)
1717
- [Factory Data](#factory-data)
1818
- [Commissionable Data](#commissionable-data)
@@ -65,14 +65,15 @@ If you are using WSL, please ensure you have installed the ModusToolbox™
6565
Software for Linux. Running Windows tools directly from the WSL command line
6666
would cause path resolution failure in the build process.
6767

68-
### Checkout Submodules
68+
### Checkout Submodules and Bootstrap
6969

7070
Before building the example, check out the Matter repository and sync submodules
7171
using the following command:
7272

7373
```bash
7474
$ cd ~/connectedhomeip
7575
$ scripts/checkout_submodules.py --platform infineon
76+
$ bash scripts/bootstrap.sh -p all,infineon
7677
```
7778

7879
## Building

‎examples/lighting-app/infineon/cyw30739/README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ An example showing the use of Matter on the Infineon CYW30739 platform.
1212
- [Installing ModusToolbox™ Software](#installing-modustoolbox-software)
1313
- [ModusToolbox™ tools package](#modustoolbox-tools-package)
1414
- [Note for WSL (Windows Subsystem for Linux)](#note-for-wsl-windows-subsystem-for-linux)
15-
- [Checkout Submodules](#checkout-submodules)
15+
- [Checkout Submodules and Bootstrap](#checkout-submodules-and-bootstrap)
1616
- [Building](#building)
1717
- [Factory Data](#factory-data)
1818
- [Commissionable Data](#commissionable-data)
@@ -65,14 +65,15 @@ If you are using WSL, please ensure you have installed the ModusToolbox™
6565
Software for Linux. Running Windows tools directly from the WSL command line
6666
would cause path resolution failure in the build process.
6767

68-
### Checkout Submodules
68+
### Checkout Submodules and Bootstrap
6969

7070
Before building the example, check out the Matter repository and sync submodules
7171
using the following command:
7272

7373
```bash
7474
$ cd ~/connectedhomeip
7575
$ scripts/checkout_submodules.py --platform infineon
76+
$ bash scripts/bootstrap.sh -p all,infineon
7677
```
7778

7879
## Building

‎examples/lock-app/infineon/cyw30739/README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ An example showing the use of Matter on the Infineon CYW30739 platform.
1212
- [Installing ModusToolbox™ Software](#installing-modustoolbox-software)
1313
- [ModusToolbox™ tools package](#modustoolbox-tools-package)
1414
- [Note for WSL (Windows Subsystem for Linux)](#note-for-wsl-windows-subsystem-for-linux)
15-
- [Checkout Submodules](#checkout-submodules)
15+
- [Checkout Submodules and Bootstrap](#checkout-submodules-and-bootstrap)
1616
- [Building](#building)
1717
- [Factory Data](#factory-data)
1818
- [Commissionable Data](#commissionable-data)
@@ -65,14 +65,15 @@ If you are using WSL, please ensure you have installed the ModusToolbox™
6565
Software for Linux. Running Windows tools directly from the WSL command line
6666
would cause path resolution failure in the build process.
6767

68-
### Checkout Submodules
68+
### Checkout Submodules and Bootstrap
6969

7070
Before building the example, check out the Matter repository and sync submodules
7171
using the following command:
7272

7373
```bash
7474
$ cd ~/connectedhomeip
7575
$ scripts/checkout_submodules.py --platform infineon
76+
$ bash scripts/bootstrap.sh -p all,infineon
7677
```
7778

7879
## Building

‎examples/thermostat/infineon/cyw30739/README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ An example showing the use of Matter on the Infineon CYW30739 platform.
1212
- [Installing ModusToolbox™ Software](#installing-modustoolbox-software)
1313
- [ModusToolbox™ tools package](#modustoolbox-tools-package)
1414
- [Note for WSL (Windows Subsystem for Linux)](#note-for-wsl-windows-subsystem-for-linux)
15-
- [Checkout Submodules](#checkout-submodules)
15+
- [Checkout Submodules and Bootstrap](#checkout-submodules-and-bootstrap)
1616
- [Building](#building)
1717
- [Factory Data](#factory-data)
1818
- [Commissionable Data](#commissionable-data)
@@ -65,14 +65,15 @@ If you are using WSL, please ensure you have installed the ModusToolbox™
6565
Software for Linux. Running Windows tools directly from the WSL command line
6666
would cause path resolution failure in the build process.
6767

68-
### Checkout Submodules
68+
### Checkout Submodules and Bootstrap
6969

7070
Before building the example, check out the Matter repository and sync submodules
7171
using the following command:
7272

7373
```bash
7474
$ cd ~/connectedhomeip
7575
$ scripts/checkout_submodules.py --platform infineon
76+
$ bash scripts/bootstrap.sh -p all,infineon
7677
```
7778

7879
## Building
+2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1+
ecdsa
2+
intelhex
13
leb128
24
zcbor

0 commit comments

Comments
 (0)