Açıklama Yok

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

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