Тайлбар байхгүй

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

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.