Skip to content

Commit

Permalink
[Infineon] Update CYW30739 README files and setup requirements. (#34348)
Browse files Browse the repository at this point in the history
  • Loading branch information
hsusid authored and pull[bot] committed Nov 26, 2024
1 parent 35de1f2 commit 4617753
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 8 deletions.
5 changes: 3 additions & 2 deletions examples/light-switch-app/infineon/cyw30739/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ An example showing the use of Matter on the Infineon CYW30739 platform.
- [Installing ModusToolbox™ Software](#installing-modustoolbox-software)
- [ModusToolbox™ tools package](#modustoolbox-tools-package)
- [Note for WSL (Windows Subsystem for Linux)](#note-for-wsl-windows-subsystem-for-linux)
- [Checkout Submodules](#checkout-submodules)
- [Checkout Submodules and Bootstrap](#checkout-submodules-and-bootstrap)
- [Building](#building)
- [Factory Data](#factory-data)
- [Commissionable Data](#commissionable-data)
Expand Down Expand Up @@ -65,14 +65,15 @@ If you are using WSL, please ensure you have installed the ModusToolbox™
Software for Linux. Running Windows tools directly from the WSL command line
would cause path resolution failure in the build process.

### Checkout Submodules
### Checkout Submodules and Bootstrap

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

```bash
$ cd ~/connectedhomeip
$ scripts/checkout_submodules.py --platform infineon
$ bash scripts/bootstrap.sh -p all,infineon
```

## Building
Expand Down
5 changes: 3 additions & 2 deletions examples/lighting-app/infineon/cyw30739/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ An example showing the use of Matter on the Infineon CYW30739 platform.
- [Installing ModusToolbox™ Software](#installing-modustoolbox-software)
- [ModusToolbox™ tools package](#modustoolbox-tools-package)
- [Note for WSL (Windows Subsystem for Linux)](#note-for-wsl-windows-subsystem-for-linux)
- [Checkout Submodules](#checkout-submodules)
- [Checkout Submodules and Bootstrap](#checkout-submodules-and-bootstrap)
- [Building](#building)
- [Factory Data](#factory-data)
- [Commissionable Data](#commissionable-data)
Expand Down Expand Up @@ -65,14 +65,15 @@ If you are using WSL, please ensure you have installed the ModusToolbox™
Software for Linux. Running Windows tools directly from the WSL command line
would cause path resolution failure in the build process.

### Checkout Submodules
### Checkout Submodules and Bootstrap

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

```bash
$ cd ~/connectedhomeip
$ scripts/checkout_submodules.py --platform infineon
$ bash scripts/bootstrap.sh -p all,infineon
```

## Building
Expand Down
5 changes: 3 additions & 2 deletions examples/lock-app/infineon/cyw30739/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ An example showing the use of Matter on the Infineon CYW30739 platform.
- [Installing ModusToolbox™ Software](#installing-modustoolbox-software)
- [ModusToolbox™ tools package](#modustoolbox-tools-package)
- [Note for WSL (Windows Subsystem for Linux)](#note-for-wsl-windows-subsystem-for-linux)
- [Checkout Submodules](#checkout-submodules)
- [Checkout Submodules and Bootstrap](#checkout-submodules-and-bootstrap)
- [Building](#building)
- [Factory Data](#factory-data)
- [Commissionable Data](#commissionable-data)
Expand Down Expand Up @@ -65,14 +65,15 @@ If you are using WSL, please ensure you have installed the ModusToolbox™
Software for Linux. Running Windows tools directly from the WSL command line
would cause path resolution failure in the build process.

### Checkout Submodules
### Checkout Submodules and Bootstrap

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

```bash
$ cd ~/connectedhomeip
$ scripts/checkout_submodules.py --platform infineon
$ bash scripts/bootstrap.sh -p all,infineon
```

## Building
Expand Down
5 changes: 3 additions & 2 deletions examples/thermostat/infineon/cyw30739/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ An example showing the use of Matter on the Infineon CYW30739 platform.
- [Installing ModusToolbox™ Software](#installing-modustoolbox-software)
- [ModusToolbox™ tools package](#modustoolbox-tools-package)
- [Note for WSL (Windows Subsystem for Linux)](#note-for-wsl-windows-subsystem-for-linux)
- [Checkout Submodules](#checkout-submodules)
- [Checkout Submodules and Bootstrap](#checkout-submodules-and-bootstrap)
- [Building](#building)
- [Factory Data](#factory-data)
- [Commissionable Data](#commissionable-data)
Expand Down Expand Up @@ -65,14 +65,15 @@ If you are using WSL, please ensure you have installed the ModusToolbox™
Software for Linux. Running Windows tools directly from the WSL command line
would cause path resolution failure in the build process.

### Checkout Submodules
### Checkout Submodules and Bootstrap

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

```bash
$ cd ~/connectedhomeip
$ scripts/checkout_submodules.py --platform infineon
$ bash scripts/bootstrap.sh -p all,infineon
```

## Building
Expand Down
2 changes: 2 additions & 0 deletions scripts/setup/requirements.infineon.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
ecdsa
intelhex
leb128
zcbor

0 comments on commit 4617753

Please sign in to comment.