Skip to content

Commit

Permalink
[Documentation] Replace CHIP by Matter
Browse files Browse the repository at this point in the history
  • Loading branch information
tx2rx committed May 31, 2023
1 parent 8ac6d5d commit 071a7e3
Show file tree
Hide file tree
Showing 10 changed files with 34 additions and 35 deletions.
15 changes: 7 additions & 8 deletions docs/guides/asr_getting_started_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ to speed up development:

## Building the Example Application

- [Setup CHIP Environment](./BUILDING.md)
- [Setup Matter Environment](./BUILDING.md)

- Setup toolchain
- for ASR582X
Expand Down Expand Up @@ -115,9 +115,8 @@ There are two commissioning modes supported by ASR platform:
## Shell
1. Build and Flash To build the example with Matter shell,exactly the same steps
as above but add argument `-shell` when using the `build_examples.py` script.
For example:
1. To build the example with Matter shell, exactly the same steps as above but
add argument `-shell` when using the `build_examples.py` script. For example:
`./scripts/build/build_examples.py --target asr-$ASR_BOARD-lighting-shell build`
2. The example will run automatically after booting the ASR board.
3. Use `help` command to list all supported commands:
Expand All @@ -139,9 +138,9 @@ There are two commissioning modes supported by ASR platform:
## OTA
1. Build and Flash To build the example with Matter shell,exactly the same steps
as above but add argument `-ota` when using the `build_examples.py` script.
For example:
1. To build the example with the Matter OTA Requestor functionality, exactly the
same steps as above but add argument `-ota` when using the
`build_examples.py` script. For example:
`./scripts/build/build_examples.py --target asr-$ASR_BOARD-lighting-ota build`
2. For more usage details,please refer to the
2. For more usage details, please refer to the
[OTA example](../../examples/ota-requestor-app/asr/README.md)
6 changes: 3 additions & 3 deletions examples/all-clusters-app/asr/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# CHIP ASR All Clusters Example
# Matter ASR All Clusters Example

A prototype application that demonstrates device commissioning and cluster
control on ASR platform.

---

- [CHIP ASR All Clusters Example](#chip-asr-all-clusters-example)
- [Matter ASR All Clusters Example](#matter-asr-all-clusters-example)
- [Supported Chips](#supported-chips)
- [Building and Commissioning](#building-and-commissioning)
- [Cluster Control](#cluster-control)
Expand All @@ -15,7 +15,7 @@ control on ASR platform.

## Supported Chips

The CHIP demo application is supported on:
The Matter demo application is supported on:

- ASR582X
- ASR595X
Expand Down
6 changes: 3 additions & 3 deletions examples/all-clusters-minimal-app/asr/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# CHIP ASR All Clusters Example
# Matter ASR All Clusters Example

A prototype application that demonstrates device commissioning and cluster
control on ASR platform.

---

- [CHIP ASR All Clusters Example](#chip-asr-all-clusters-example)
- [Matter ASR All Clusters Example](#matter-asr-all-clusters-example)
- [Supported Chips](#supported-chips)
- [Building and Commissioning](#building-and-commissioning)
- [Cluster Control](#cluster-control)
Expand All @@ -15,7 +15,7 @@ control on ASR platform.

## Supported Chips

The CHIP demo application is supported on:
The Matter demo application is supported on:

- ASR582X
- ASR595X
Expand Down
6 changes: 3 additions & 3 deletions examples/bridge-app/asr/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# CHIP ASR Bridge Example
# Matter ASR Bridge Example

This example demonstrates the Matter Bridge application on ASR platform.

---

- [CHIP ASR Bridge Example](#chip-asr-bridge-example)
- [Matter ASR Bridge Example](#matter-asr-bridge-example)
- [Supported Chips](#supported-chips)
- [Introduction](#introduction)
- [Building and Commissioning](#building-and-commissioning)
Expand All @@ -14,7 +14,7 @@ This example demonstrates the Matter Bridge application on ASR platform.

## Supported Chips

The CHIP demo application is supported on:
The Matter demo application is supported on:

- ASR582X
- ASR595X
Expand Down
6 changes: 3 additions & 3 deletions examples/light-switch-app/asr/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# CHIP ASR Light Switch Example
# Matter ASR Light Switch Example

This example demonstrates the Matter Light Switch application on ASR platform.

---

- [CHIP ASR Light Switch Example](#chip-asr-light-switch-example)
- [Matter ASR Light Switch Example](#matter-asr-light-switch-example)
- [Supported Chips](#supported-chips)
- [Building and Commissioning](#building-and-commissioning)
- [Testing the example](#testing-the-example)
Expand All @@ -13,7 +13,7 @@ This example demonstrates the Matter Light Switch application on ASR platform.

## Supported Chips

The CHIP demo application is supported on:
The Matter demo application is supported on:

- ASR582X
- ASR595X
Expand Down
6 changes: 3 additions & 3 deletions examples/lighting-app/asr/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# CHIP ASR Lighting Example
# Matter ASR Lighting Example

This example demonstrates the Matter Lighting application on ASR platform.

---

- [CHIP ASR Lighting Example](#chip-asr-lighting-example)
- [Matter ASR Lighting Example](#matter-asr-lighting-example)
- [Supported Chips](#supported-chips)
- [Building and Commissioning](#building-and-commissioning)
- [Cluster Control](#cluster-control)
Expand All @@ -14,7 +14,7 @@ This example demonstrates the Matter Lighting application on ASR platform.

## Supported Chips

The CHIP demo application is supported on:
The Matter demo application is supported on:

- ASR582X
- ASR595X
Expand Down
6 changes: 3 additions & 3 deletions examples/lock-app/asr/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# CHIP ASR Lock Example
# Matter ASR Lock Example

The ASR Lock Example demonstrates how to remotely control a door lock device
with one basic bolt. It uses buttons to test changing the lock and device states
Expand All @@ -7,7 +7,7 @@ reference for creating your own application.

---

- [CHIP ASR Lock Example](#chip-asr-lock-example)
- [Matter ASR Lock Example](#matter-asr-lock-example)
- [Supported Chips](#supported-chips)
- [Building and Commissioning](#building-and-commissioning)
- [Cluster Control](#cluster-control)
Expand All @@ -17,7 +17,7 @@ reference for creating your own application.

## Supported Chips

The CHIP demo application is supported on:
The Matter demo application is supported on:

- ASR582X
- ASR595X
Expand Down
6 changes: 3 additions & 3 deletions examples/ota-requestor-app/asr/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# CHIP ASR OTA Requestor Example
# Matter ASR OTA Requestor Example

This example demonstrates the Matter OTA Requestor application on ASR platform.

---

- [CHIP ASR OTA Requestor Example](#chip-asr-ota-requestor-example)
- [Matter ASR OTA Requestor Example](#matter-asr-ota-requestor-example)
- [Supported Chips](#supported-chips)
- [Building and Commissioning](#building-and-commissioning)
- [Testing the example](#testing-the-example)
Expand All @@ -13,7 +13,7 @@ This example demonstrates the Matter OTA Requestor application on ASR platform.

## Supported Chips

The CHIP demo application is supported on:
The Matter demo application is supported on:

- ASR582X
- ASR595X
Expand Down
6 changes: 3 additions & 3 deletions examples/temperature-measurement-app/asr/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# CHIP ASR Temperature Measurement Example
# Matter ASR Temperature Measurement Example

The ASR Temperature Measurement Example demonstrates getting simulated data from
temperature sensor.

---

- [CHIP ASR Temperature Measurement Example](#chip-asr-temperature-measurement-example)
- [Matter ASR Temperature Measurement Example](#matter-asr-temperature-measurement-example)
- [Supported Chips](#supported-chips)
- [Building and Commissioning](#building-and-commissioning)
- [Cluster Control](#cluster-control)
Expand All @@ -14,7 +14,7 @@ temperature sensor.

## Supported Chips

The CHIP demo application is supported on:
The Matter demo application is supported on:

- ASR582X
- ASR595X
Expand Down
6 changes: 3 additions & 3 deletions examples/thermostat/asr/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# CHIP ASR Thermostat Example
# Matter ASR Thermostat Example

The ASR Thermostat Example demonstrates controlling a thermostat and getting
temperature from local sensor.

---

- [CHIP ASR Thermostat Example](#chip-asr-thermostat-example)
- [Matter ASR Thermostat Example](#matter-asr-thermostat-example)
- [Supported Chips](#supported-chips)
- [Building and Commissioning](#building-and-commissioning)
- [Cluster Control](#cluster-control)
Expand All @@ -14,7 +14,7 @@ temperature from local sensor.

## Supported Chips

The CHIP demo application is supported on:
The Matter demo application is supported on:

- ASR582X
- ASR595X
Expand Down

0 comments on commit 071a7e3

Please sign in to comment.