From 30411cfa54f3628136ca9fa35e9e137845e6ee6b Mon Sep 17 00:00:00 2001 From: hathach Date: Thu, 8 Aug 2019 01:09:04 +0700 Subject: [PATCH] add logo --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d5f45f18..62c9fafc 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # TinyUSB +![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) TinyUSB is an open-source cross-platform USB Host/Device stack for embedded system. It is designed to be memory-safe with no dynamic allocation and thread-safe with all interrupt events are deferred then handled in the stack's task function.