![]() |
mikroSDK Reference Manual
|
TinyUSB USB Host/Device Stack Library API Reference. More...
TinyUSB is an open-source cross-platform USB Host/Device stack for embedded systems, designed to be memory-safe with no dynamic allocation and thread-safe with all interrupt events being deferred and then handled in the non-ISR task function. Main features are :
Device Stack
Supports multiple device configurations by dynamically changing usb descriptors. Low power functions such like suspend, resume, and remote wakeup. Following device classes are supported:
If you have special need, usbd_app_driver_get_cb() can be used to write your own class driver without modifying the stack.
Host Stack
For source code, please visit official GitHub repository - https://github.com/hathach/tinyusb.
For official documentation, please visit the following link - https://docs.tinyusb.org/en/latest/reference/index.html.