@@ -1,5 +1,7 @@
# TinyUSB
+
+
[](https://travis-ci.org/hathach/tinyusb) [](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.