From 071a7e3f4610352cfd3e1f08556a96d5a68596a9 Mon Sep 17 00:00:00 2001 From: weicheng Date: Tue, 30 May 2023 13:41:55 +0800 Subject: [PATCH] [Documentation] Replace CHIP by Matter --- docs/guides/asr_getting_started_guide.md | 15 +++++++-------- examples/all-clusters-app/asr/README.md | 6 +++--- examples/all-clusters-minimal-app/asr/README.md | 6 +++--- examples/bridge-app/asr/README.md | 6 +++--- examples/light-switch-app/asr/README.md | 6 +++--- examples/lighting-app/asr/README.md | 6 +++--- examples/lock-app/asr/README.md | 6 +++--- examples/ota-requestor-app/asr/README.md | 6 +++--- .../temperature-measurement-app/asr/README.md | 6 +++--- examples/thermostat/asr/README.md | 6 +++--- 10 files changed, 34 insertions(+), 35 deletions(-) diff --git a/docs/guides/asr_getting_started_guide.md b/docs/guides/asr_getting_started_guide.md index 7aa6c72eaccfae..79fc17106a439c 100644 --- a/docs/guides/asr_getting_started_guide.md +++ b/docs/guides/asr_getting_started_guide.md @@ -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 @@ -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: @@ -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) diff --git a/examples/all-clusters-app/asr/README.md b/examples/all-clusters-app/asr/README.md index 48c7cf3eeffeb0..287da141fc0e24 100755 --- a/examples/all-clusters-app/asr/README.md +++ b/examples/all-clusters-app/asr/README.md @@ -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) @@ -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 diff --git a/examples/all-clusters-minimal-app/asr/README.md b/examples/all-clusters-minimal-app/asr/README.md index a22bcb26799987..8926066fccece9 100755 --- a/examples/all-clusters-minimal-app/asr/README.md +++ b/examples/all-clusters-minimal-app/asr/README.md @@ -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) @@ -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 diff --git a/examples/bridge-app/asr/README.md b/examples/bridge-app/asr/README.md index f7b16785c5f45d..7f4e11a4b2bbe1 100755 --- a/examples/bridge-app/asr/README.md +++ b/examples/bridge-app/asr/README.md @@ -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) @@ -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 diff --git a/examples/light-switch-app/asr/README.md b/examples/light-switch-app/asr/README.md index 354dea26e89bee..c7eba7e2ea116e 100755 --- a/examples/light-switch-app/asr/README.md +++ b/examples/light-switch-app/asr/README.md @@ -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) @@ -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 diff --git a/examples/lighting-app/asr/README.md b/examples/lighting-app/asr/README.md index 5b35c2545cb591..c9b8009b8a35f1 100755 --- a/examples/lighting-app/asr/README.md +++ b/examples/lighting-app/asr/README.md @@ -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) @@ -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 diff --git a/examples/lock-app/asr/README.md b/examples/lock-app/asr/README.md index 51962fb983178a..00c7bc0f8a37eb 100755 --- a/examples/lock-app/asr/README.md +++ b/examples/lock-app/asr/README.md @@ -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 @@ -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) @@ -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 diff --git a/examples/ota-requestor-app/asr/README.md b/examples/ota-requestor-app/asr/README.md index 06c2e23edf1363..d0dcc9f7146554 100755 --- a/examples/ota-requestor-app/asr/README.md +++ b/examples/ota-requestor-app/asr/README.md @@ -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) @@ -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 diff --git a/examples/temperature-measurement-app/asr/README.md b/examples/temperature-measurement-app/asr/README.md index aedef1355a796b..4151259686e80a 100755 --- a/examples/temperature-measurement-app/asr/README.md +++ b/examples/temperature-measurement-app/asr/README.md @@ -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) @@ -14,7 +14,7 @@ temperature sensor. ## Supported Chips -The CHIP demo application is supported on: +The Matter demo application is supported on: - ASR582X - ASR595X diff --git a/examples/thermostat/asr/README.md b/examples/thermostat/asr/README.md index a00c752782cd90..f582c1b97e045e 100755 --- a/examples/thermostat/asr/README.md +++ b/examples/thermostat/asr/README.md @@ -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) @@ -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