Skip to content

Commit

Permalink
[ESP32] Rename CHIP to Matter
Browse files Browse the repository at this point in the history
  • Loading branch information
lboue authored Nov 22, 2022
1 parent cd895ea commit fa54c0f
Showing 1 changed file with 4 additions and 4 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

0 comments on commit fa54c0f

Please sign in to comment.