From 0da08031eaf62dd7dc4b490fc0c5bcd268a6bc5e Mon Sep 17 00:00:00 2001 From: perigoso Date: Tue, 27 Jul 2021 20:18:39 +0100 Subject: [PATCH] readme: added docs status badge Signed-off-by: perigoso --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 95486ecd9..81864252f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ![TinyUSB](docs/assets/logo.svg) -[![Build Status](https://github.com/hathach/tinyusb/workflows/Build/badge.svg)](https://github.com/hathach/tinyusb/actions) [![License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](https://opensource.org/licenses/MIT) +[![Build Status](https://github.com/hathach/tinyusb/workflows/Build/badge.svg)](https://github.com/hathach/tinyusb/actions) [![Documentation Status](https://readthedocs.org/projects/tinyusb/badge/?version=latest)](https://openinput.readthedocs.io/en/latest/?badge=latest) [![License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](https://opensource.org/licenses/MIT) TinyUSB is an open-source cross-platform USB Host/Device stack for embedded system, designed to be memory-safe with no dynamic allocation and thread-safe with all interrupt events are deferred then handled in the non-ISR task function.