Нет описания

perigoso 0e6e137f5d readme: add local links to documentation 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 83d72cc1d5 docs/contributors: add credit for docs 4 лет назад
LICENSE c211ee19dd migrate license from BSD 3 clause to MIT 7 лет назад
README.rst 0e6e137f5d readme: add local links to documentation 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.rst

.. figure:: docs/assets/logo.svg
:alt: 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 take a look at the online `documentation `__.

Local Docs
==========

- Info

- `Uses`_
- `Changelog`_
- `Contributors`_

- `Reference`_

- `Supported Devices`_
- `Gettin Started`_
- `Concurrency`_

- `Contributing`_

- `Code of Conduct`_
- `Structure`_
- `Porting`_

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.


.. |Build Status| image:: https://github.com/hathach/tinyusb/workflows/Build/badge.svg
:target: https://github.com/hathach/tinyusb/actions
.. |Documentation Status| image:: https://readthedocs.org/projects/tinyusb/badge/?version=latest
:target: https://openinput.readthedocs.io/en/latest/?badge=latest
.. |License| image:: https://img.shields.io/badge/license-MIT-brightgreen.svg
:target: https://opensource.org/licenses/MIT


.. _Uses: docs/info/uses.rst
.. _Changelog: docs/info/changelog.rst
.. _Contributors: CONTRIBUTORS.rst
.. _Reference: docs/reference/index.rst
.. _Supported Devices: docs/reference/supported.rst
.. _Gettin Started: docs/reference/getting_started.rst
.. _Concurrency: docs/reference/concurrency.rst
.. _Contributing: docs/contributing/index.rst
.. _Code of Conduct: CODE_OF_CONDUCT.rst
.. _Structure: docs/contributing/structure.rst
.. _Porting: docs/contributing/porting.rst