From e3cf86e77bf01b1647fe2931df1b7aa32ae24769 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?King=20K=C3=A9vin?= Date: Fri, 6 Jan 2023 15:06:38 +0100 Subject: [PATCH] README: document change --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9301302..b3e8bf2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit) -[![Build and Run Test Application](https://github.com/espressif/idf-extra-components/actions/workflows/build_and_run_test_app.yml/badge.svg?branch=master)](https://github.com/espressif/idf-extra-components/actions/workflows/build_and_run_test_app.yml) -[![Clang-Tidy](https://github.com/espressif/idf-extra-components/actions/workflows/clang-tidy.yml/badge.svg?branch=master)](https://github.com/espressif/idf-extra-components/security/code-scanning?query=is%3Aopen+branch%3Amaster) +# CuVoodoo USB DFU runtime + +This repository adds USB device DFU runtime to Espressif's `esp_tinyusb` [component](https://github.com/espressif/idf-extra-components/). # Espressif IDF Extra Components