You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
612 B

4 years ago
====================
USB Device Composite
====================
USB Device Composite is a part of the USB Device Stack library. It provides the support for
combining different USB classes into one USB device application. For more detailed features
or use cases introduction, user can refer to the related class documents.
Features
--------
* Combination of different USB classes.
Applications
------------
* An USB device which is composed by CDC ACM, HID Keyboard,etc.
Dependencies
------------
* USB Device Driver
* USB Device Stack Core
* USB Device CDC
* USB Device HID
Limitations
-----------
N/A