Sem descrição

perigoso 0da08031ea readme: added docs status badge há 4 anos atrás
.github 3a2317b7dc bug form update há 4 anos atrás
docs 358d781162 docs: update main index há 4 anos atrás
examples 1c2bc47c07 Merge pull request #950 from HiFiPhile/dfu há 4 anos atrás
hw 0953be9d7f Small tidy up for waveshare openh743i BSP. há 4 anos atrás
lib a64535f57d add back lib/CMSIS_5 submodule há 5 anos atrás
src fa00377d93 Merge pull request #859 from Wini-Buh/CCRX_Port há 4 anos atrás
test 74b51d43e1 Add test CI. há 4 anos atrás
tools f5e02e72ed espressif: group boards using target name as a family há 5 anos atrás
.gitattributes 5b9b36be14 Add gitattributes há 6 anos atrás
.gitignore 9f925bc900 Added support for Black Magic Probe (#787) há 5 anos atrás
.gitmodules 26b9fc38ed Add MM32 SDK and USB driver (#869) há 4 anos atrás
.readthedocs.yml 51c2240efa docs: add readthedocs config há 4 anos atrás
CODE_OF_CONDUCT.rst a8c9d999c7 code_of_conduct: refactor file from markdown to restructuredtext há 4 anos atrás
CONTRIBUTORS.rst f424765514 contributors: refactor contributors file from markdown to restructuredtext há 4 anos atrás
LICENSE c211ee19dd migrate license from BSD 3 clause to MIT há 7 anos atrás
README.md 0da08031ea readme: added docs status badge há 4 anos atrás
pkg.yml 0f8ab86bee Change mynewt package type to sdk há 6 anos atrás
repository.yml d8efef9461 Add releases to Mynewt repository.yml há 5 anos atrás
version.yml 424162d340 add repo & version yml há 7 anos atrás

README.md

TinyUSB

Build Status Documentation Status License

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.

Please head over to the online documentation for more info.

Contributors

Special thanks to all the people who spent their precious time and effort to help this project so far. Check out the CONTRIBUTORS file for the list of all contributors and their awesome work for the stack.

License

All TinyUSB sources in the src folder are licensed under MIT license, Full license is here. 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.