mirror of
https://github.com/hathach/tinyusb.git
synced 2026-08-18 11:02:16 +00:00
Add unit tests for MIDI 2.0 drivers: - Device: UMP word count (all 16 message types), descriptor macro validation (length, byte layout, alt settings, endpoints), CS endpoint subtypes, traversal integrity - Host: UMP word count, callback struct validation, CS endpoint subtypes Also add Sphinx documentation for MIDI 2.0 class drivers (Device and Host API reference, lifecycle, configuration, examples). Tests: 60/60 PASS (FIFO 26/26, USBD 5/5, MIDI2 Device 18/18, MIDI2 Host 6/6, USBD internal 5/5)
17 lines
254 B
ReStructuredText
17 lines
254 B
ReStructuredText
*********
|
|
Reference
|
|
*********
|
|
|
|
Complete reference documentation for TinyUSB APIs, configuration, and supported hardware.
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
architecture
|
|
usb_concepts
|
|
class_drivers
|
|
boards
|
|
dependencies
|
|
concurrency
|
|
glossary
|