Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Infineon] Update CYW30739 README files and setup requirements. #34348

Merged
merged 1 commit into from
Jul 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading