From 0691bbcbb26f7fa39d90fc54c35fb66fe12196c5 Mon Sep 17 00:00:00 2001 From: Hrishikesh Dhayagude Date: Wed, 17 Aug 2022 01:40:54 +0530 Subject: [PATCH] Add Espressif's documentation entry into the top-level README (#21929) --- docs/guides/README.md | 1 + docs/guides/esp32/README.md | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/guides/README.md b/docs/guides/README.md index 34b71306f7aedd..09f3f9c1c4c3e7 100644 --- a/docs/guides/README.md +++ b/docs/guides/README.md @@ -4,6 +4,7 @@ - [Android - Building](./android_building.md) - [Apple - Testing with iPhone, iPad, macOS, Apple TV, HomePod, Watch, etc](./darwin.md) +- [Espressif (ESP32) - Getting Started Guide](./esp32/README.md) - [Infineon - Software Update](./infineon_p6_software_update.md) - [Linux - Simulated Devices](./simulated_device_linux.md) - [mbedOS - Adding a new target](./mbedos_add_new_target.md) diff --git a/docs/guides/esp32/README.md b/docs/guides/esp32/README.md index f73718941a5067..0cdead51a8c289 100644 --- a/docs/guides/esp32/README.md +++ b/docs/guides/esp32/README.md @@ -1,7 +1,10 @@ -## ESP32 Guides +## Espressif (ESP32) Getting Started Guide --- +Please follow the steps below to create and test a fully functional Matter +example on ESP32 series of SoCs + - [Setup ESP-IDF and CHIP Environment](setup_idf_chip.md) - [Using factory data from NVS](factory_data.md) - [Building and commissioning the application](build_app_and_commission.md)