Merge pull request #202 from smunaut/dfu-rt

Add support for DFU Runtime class for devices
This commit is contained in:
hathach
2019-10-28 22:56:14 +07:00
committed by GitHub
13 changed files with 698 additions and 0 deletions

View File

@@ -86,6 +86,8 @@ typedef enum
TUSB_DESC_BOS = 0x0F,
TUSB_DESC_DEVICE_CAPABILITY = 0x10,
TUSB_DESC_FUNCTIONAL = 0x21,
// Class Specific Descriptor
TUSB_DESC_CS_DEVICE = 0x21,
TUSB_DESC_CS_CONFIGURATION = 0x22,