diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 78ee985dd..86e44445f 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -name: Docker Image CI +name: Build Docker on: push: diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index c9251711e..ec6e3a351 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -15,11 +15,11 @@ # This workflow build examples, store the artifacts and deploy them to github pages. # Generates the launchpad configuration file that can be used with the url. -name: Build and Deploy example bins to github pages +name: Build Examples on: workflow_run: - workflows: ["Docker Image CI"] + workflows: ["Build Docker"] types: [completed] # Allows you to run this workflow manually from the Actions tab diff --git a/README.md b/README.md index 13ef0edd9..c34aa570b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # Espressif's SDK for Matter +[![Docker Image](https://github.com/espressif/esp-matter/actions/workflows/docker-image.yml/badge.svg)](https://github.com/espressif/esp-matter/actions/workflows/docker-image.yml) +[![Launchpad Deployment](https://github.com/espressif/esp-matter/actions/workflows/pages.yml/badge.svg)](https://github.com/espressif/esp-matter/actions/workflows/pages.yml) + ## Introduction Espressif's SDK for Matter is the official Matter development framework for ESP32 series SoCs. It is built on top of the [open source Matter SDK](https://github.com/project-chip/connectedhomeip/), and provides simplified APIs, commonly used peripherals, tools and utilities for security, manufacturing and production accompanied by exhaustive documentation. It includes rich production references, aimed to simplify the development process of Matter products and enable the users to go to production in the shortest possible time. diff --git a/docs/en/developing.rst b/docs/en/developing.rst index 055175480..fb3dfbb2d 100644 --- a/docs/en/developing.rst +++ b/docs/en/developing.rst @@ -54,7 +54,7 @@ For using VSCode for developement, please check `Developing in WSL `__, to commission and control the Matter devices. Please follow `profile installation instructions `__ in order to use the application. + 2.2.1 Test Setup (CHIP Tool) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/tools/launchpad/generate_launchpad_config.sh b/tools/launchpad/generate_launchpad_config.sh index 2689b93dc..bad0b29f9 100755 --- a/tools/launchpad/generate_launchpad_config.sh +++ b/tools/launchpad/generate_launchpad_config.sh @@ -77,8 +77,8 @@ do # Write the esp-matter phone app links # TODO: Update the phone app links when they are available on android play store and apple app store + echo "ios_app_url = \"https://apps.apple.com/in/app/espressif-matter/id1604739172\"" >> $OUT_FILE echo "android_app_url = \"\"" >> $OUT_FILE - echo "ios_app_url = \"\"" >> $OUT_FILE echo "" >> $OUT_FILE unset CHIPSETS IMAGES