diff options
| author | Ha Thach <[email protected]> | 2026-02-07 11:33:59 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-02-07 11:33:59 +0700 |
| commit | 141f3723f87f1309ba0b72e95b0fb8a893172f3f (patch) | |
| tree | 350439a21d10e8ec0e4cec609dc5f7792570efc8 | |
| parent | dde5f1dc710424616daa9404931f6fa4c9ca0b1c (diff) | |
Add MIDI to Host Stack section in README
| -rw-r--r-- | README.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/README.rst b/README.rst index 0eb1e84b9..a3863c375 100644 --- a/README.rst +++ b/README.rst @@ -101,10 +101,11 @@ If you have a special requirement, ``usbd_app_driver_get_cb()`` can be used to w Host Stack ---------- -- Human Interface Device (HID): Keyboard, Mouse, Generic -- Mass Storage Class (MSC) - Communication Device Class: CDC-ACM - Vendor serial over USB: FTDI, CP210x, CH34x, PL2303 +- Human Interface Device (HID): Keyboard, Mouse, Generic +- Mass Storage Class (MSC) +- Musical Instrument Digital Interface (MIDI) - Hub with multiple-level support Similar to the Device Stack, if you have a special requirement, ``usbh_app_driver_get_cb()`` can be used to write your own class driver without modifying the stack. |
