Skip to content

Commit

Permalink
Replace CHIP by Matter in bridge apps README (#26936)
Browse files Browse the repository at this point in the history
* Replace CHIP by Matter in bridge apps README

* Replace CHIP by Matter in bridge apps README

* Replace CHIP by Matter in dynamic bridge app README

* Update README.md
  • Loading branch information
lboue authored and pull[bot] committed Oct 18, 2023
1 parent 68a30ad commit c9e62b4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions examples/bridge-app/esp32/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# CHIP ESP32 Bridge App Example
# Matter ESP32 Bridge App Example

Please
[setup ESP-IDF and CHIP Environment](../../../docs/guides/esp32/setup_idf_chip.md)
[setup ESP-IDF and Matter Environment](../../../docs/guides/esp32/setup_idf_chip.md)
and refer
[building and commissioning](../../../docs/guides/esp32/build_app_and_commission.md)
guides to get started.
Expand Down
6 changes: 3 additions & 3 deletions examples/bridge-app/linux/README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# CHIP Linux Bridge Example
# Matter Linux Bridge Example

An example demonstrating a simple lighting bridge and the use of dynamic
endpoints. The document will describe the theory of operation and how to build
and run CHIP Linux Bridge Example on Raspberry Pi. This doc is tested on
and run Matter Linux Bridge Example on Raspberry Pi. This doc is tested on
**Ubuntu for Raspberry Pi Server 20.04 LTS (aarch64)** and **Ubuntu for
Raspberry Pi Desktop 20.10 (aarch64)**

<hr>

- [CHIP Linux Bridge Example](#chip-linux-bridge-example)
- [Matter Linux Bridge Example](#matter-linux-bridge-example)
- [Theory of Operation](#theory-of-operation)
- [Building](#building)
- [Running the Complete Example on Raspberry Pi 4](#running-the-complete-example-on-raspberry-pi-4)
Expand Down
6 changes: 3 additions & 3 deletions examples/dynamic-bridge-app/linux/README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# CHIP Linux Bridge Example
# Matter Linux Dynamic Endpoints Bridge Example

An example demonstrating a simple lighting bridge and the use of dynamic
endpoints. The document will describe the theory of operation and how to build
and run CHIP Linux Bridge Example on Raspberry Pi. This doc is tested on
and run Matter Linux Bridge Example on Raspberry Pi. This doc is tested on
**Ubuntu for Raspberry Pi Server 20.04 LTS (aarch64)** and **Ubuntu for
Raspberry Pi Desktop 20.10 (aarch64)**

<hr>

- [CHIP Linux Bridge Example](#chip-linux-bridge-example)
- [Matter Linux Dynamic Endpoints Bridge Example](#matter-linux-dynamic-endpoints-bridge-example)
- [Theory of Operation](#theory-of-operation)
- [Building](#building)
- [Running the Complete Example on Raspberry Pi 4](#running-the-complete-example-on-raspberry-pi-4)
Expand Down

0 comments on commit c9e62b4

Please sign in to comment.