Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace CHIP by Matter in bridge apps README #26936

Merged
merged 7 commits into from
Jun 2, 2023
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 Bridge Example](#matter-linux-bridge-example)
lboue marked this conversation as resolved.
Show resolved Hide resolved
- [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