Skip to content

Commit

Permalink
[ESP32] Rename CHIP to Matter in documentation (#23728)
Browse files Browse the repository at this point in the history
* [ESP32] Rename CHIP to Matter

* [ESP32] Rename CHIP to Matter
  • Loading branch information
lboue authored and pull[bot] committed Aug 28, 2023
1 parent 8c1955a commit 1129586
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions docs/guides/esp32/build_app_and_commission.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ the esp32 application.

## Supported target chips

All the CHIP demo application is intended to work on: the
All the Matter demo application is intended to work on: the
[ESP32-DevKitC](https://www.espressif.com/en/products/hardware/esp32-devkitc/overview),
the
[ESP32-WROVER-KIT_V4.1](https://www.espressif.com/en/products/hardware/esp-wrover-kit/overview),
Expand Down Expand Up @@ -51,7 +51,7 @@ functionality can still work fine.
$ source export.sh
```
- CHIP
- Matter
Before running any other build command, the scripts/activate.sh environment
setup script should be sourced at the top level. This script set up a Python
Expand Down Expand Up @@ -79,10 +79,10 @@ functionality can still work fine.
$ cd examples/<app-name>/esp32
```
- Set the chip target to build
- Set the Matter target to build
```
$ idf.py set-target (CHIP)
$ idf.py set-target (Matter)
```
All the example applications supports target chips: esp32, esp32s3, esp32c3
Expand Down
8 changes: 4 additions & 4 deletions docs/guides/esp32/setup_idf_chip.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Setup ESP-IDF and CHIP Environment
# Setup ESP-IDF and Matter Environment

Setting up IDF and CHIP environment is one time setup.
Setting up IDF and Matter environment is one time setup.

## Setup ESP-IDF (Espressif IoT Development Framework)

Expand Down Expand Up @@ -50,7 +50,7 @@ step.
$ ./install.sh
```
## Setup CHIP environment
## Setup Matter environment
### Install Prerequisites
Expand All @@ -77,5 +77,5 @@ source scripts/bootstrap.sh
---
Once IDF and CHIP environment is set up, head over to
Once IDF and Matter environment is set up, head over to
[application building and commissioning guide](build_app_and_commission.md).

0 comments on commit 1129586

Please sign in to comment.