This component adds features to TinyUSB that help users with integrating TinyUSB with their ESP-IDF application.
It contains:
You can find documentation in ESP-IDF Programming Guide.
You can find examples in ESP-IDF on GitHub.
This component is distributed via IDF component manager. Just add idf_component.yml
file to your main component with the following content:
## IDF Component Manager Manifest File
dependencies:
esp_tinyusb: "~1.0.0"
Or simply run:
idf.py add-dependency esp_tinyusb~1.0.0
Copy to Clipboard
idf.py add-dependency "espressif/esp_tinyusb^1.2.2"
Copy to Clipboard
Copy to Clipboard