docs: add link to data model validator tool in documentation

also, use the badges from shields.io to make links accessible at the top
of the README
This commit is contained in:
Mahesh Pimpale
2026-02-20 14:12:43 +05:30
committed by mahesh
parent 6e6b39721b
commit 4be77f4583
2 changed files with 22 additions and 6 deletions
+12 -6
View File
@@ -1,8 +1,20 @@
# 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)
##### Tools
[![Try With Launchpad](https://img.shields.io/badge/Try_With-ESP_Launchpad-0066CC?logo=espressif)](https://espressif.github.io/esp-launchpad/?flashConfigURL=https://espressif.github.io/esp-matter/launchpad.toml)
 
[![Try DMV](https://img.shields.io/badge/Try-Data_Model_Validator_Tool-0066CC?logo=espressif)](https://espressif.github.io/esp-matter-tools/dmv_tool)
##### Documentation
[![Programming Guide](https://img.shields.io/badge/ESP--Matter-Programming_Guide-6F42C1?logo=readthedocs)](https://docs.espressif.com/projects/esp-matter/en/latest/)
 
[![Matter Blog Series](https://img.shields.io/badge/Espressif's_Matter-Blog_Series-6F42C1?logo=espressif)](https://blog.espressif.com/matter-38ccf1d60bcd)
 
[![Matter Specification](https://img.shields.io/badge/Matter-Specification-6F42C1)](https://csa-iot.org/developer-resource/specifications-download-request/)
---
## 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.
@@ -42,9 +54,3 @@ Refer the [Programming Guide](https://docs.espressif.com/projects/esp-matter/en/
## Matter Specifications
Download the Matter specification from [CSA's official site](https://csa-iot.org/developer-resource/specifications-download-request/)
---
<a href="https://espressif.github.io/esp-launchpad/?flashConfigURL=https://espressif.github.io/esp-matter/launchpad.toml">
<img alt="Try it with ESP Launchpad" src="https://espressif.github.io/esp-launchpad/assets/try_with_launchpad.png" width="250" height="70">
</a>