diff options
| author | Saulo VerĂssimo <[email protected]> | 2026-03-24 23:38:14 -0300 |
|---|---|---|
| committer | Saulo VerĂssimo <[email protected]> | 2026-05-12 11:07:44 -0300 |
| commit | 77cef83304c92402a133fc936c44d182fc99ecf0 (patch) | |
| tree | a2cf232d5bc79ae6e5311ea8bf28c7ad1f648ade /docs/reference/index.rst | |
| parent | 7750e51ce1b64bd4d2f0ba6d9671303b96ba80ce (diff) | |
test: add MIDI 2.0 Device and Host unit tests
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)
Diffstat (limited to 'docs/reference/index.rst')
| -rw-r--r-- | docs/reference/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/reference/index.rst b/docs/reference/index.rst index d3c96eeee..148e8a63b 100644 --- a/docs/reference/index.rst +++ b/docs/reference/index.rst @@ -9,6 +9,7 @@ Complete reference documentation for TinyUSB APIs, configuration, and supported architecture usb_concepts + class_drivers boards dependencies concurrency |
