summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2020-01-07 16:26:58 +0700
committerGitHub <[email protected]>2020-01-07 16:26:58 +0700
commit130250a2be309ecfe5cd68764a6f4b7a9cc4dfc7 (patch)
tree4e05aa80345fb803946e47a68896c21bff0aba63 /README.md
parent5c5f876461e81ff7c2937978e4e6855e0208ebfb (diff)
parentd6a8d42bd6ed5ee1d9ea2e58128a3903dcd88d79 (diff)
Merge branch 'master' into nuc121
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f06b5c417..b85b60025 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
![tinyUSB_240x100](https://user-images.githubusercontent.com/249515/62646655-f9393200-b978-11e9-9c53-484862f15503.png)
-[![Build Status](https://travis-ci.org/hathach/tinyusb.svg?branch=master)](https://travis-ci.org/hathach/tinyusb) [![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://travis-ci.org/hathach/tinyusb) [![License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](https://opensource.org/licenses/MIT) [![Coverity](https://img.shields.io/coverity/scan/458.svg)](https://scan.coverity.com/projects/tinyusb)
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.