summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorhathach <[email protected]>2020-01-03 17:11:22 +0700
committerhathach <[email protected]>2020-01-03 17:11:22 +0700
commit019d1b09c5fcaa601af6e0a2aba882031bcbd3c7 (patch)
tree8cb1ce4350515183c51b4daf4851435bb98bff35 /README.md
parent1bcf1217857fe5228669c01f8e78e5d411ee06a0 (diff)
try to trigger mynewt example
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 eccb7627d..75d354004 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://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)
+[![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) [![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.