Files
tinyUSB/README.md

17 lines
1.2 KiB
Markdown
Raw Normal View History

![TinyUSB](docs/assets/logo.svg)
2019-08-08 01:09:04 +07:00
[![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)
2018-12-29 14:29:59 +07:00
2019-10-23 21:18:46 +07:00
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.
2014-03-28 17:50:30 +07:00
Please head over to the online [documentation](www.tinyusb.org) for more info.
2018-12-29 14:29:59 +07:00
## Contributors
2020-01-10 00:34:12 +01:00
Special thanks to all the people who spent their precious time and effort to help this project so far. Check out the
[CONTRIBUTORS](CONTRIBUTORS.rst) file for the list of all contributors and their awesome work for the stack.
2019-04-08 13:22:08 +07:00
## License
All TinyUSB sources in the `src` folder are licensed under MIT license, [Full license is here](LICENSE). However, each file can be individually licensed especially those in `lib` and `hw/mcu` folder. Please make sure you understand all the license term for files you use in your project.