forked from espressif/arduino-esp32
Update TinyUSB Lib
This commit is contained in:
@ -354,9 +354,12 @@
|
||||
#define CONFIG_SPIFFS_USE_MTIME 1
|
||||
#define CONFIG_USB_ENABLED 1
|
||||
#define CONFIG_USB_MAX_POWER_USAGE 500
|
||||
#define CONFIG_USB_DYNAMIC_DRIVER_LOADING 1
|
||||
#define CONFIG_USB_DYNAMIC_DRIVER_MAX 16
|
||||
#define CONFIG_USB_CDC_ENABLED 1
|
||||
#define CONFIG_USB_CDC_RX_BUFSIZE 1024
|
||||
#define CONFIG_USB_CDC_TX_BUFSIZE 1024
|
||||
#define CONFIG_USB_DFU_RT_ENABLED 1
|
||||
#define CONFIG_USB_MSC_ENABLED 1
|
||||
#define CONFIG_USB_MSC_BUFSIZE 512
|
||||
#define CONFIG_USB_HID_ENABLED 1
|
||||
@ -365,7 +368,6 @@
|
||||
#define CONFIG_USB_MIDI_RX_BUFSIZE 64
|
||||
#define CONFIG_USB_MIDI_TX_BUFSIZE 64
|
||||
#define CONFIG_USB_VENDOR_ENABLED 1
|
||||
#define CONFIG_USB_DFU_RT_ENABLED 1
|
||||
#define CONFIG_USB_DESC_USE_ESPRESSIF_VID 1
|
||||
#define CONFIG_USB_DESC_USE_DEFAULT_PID 1
|
||||
#define CONFIG_USB_DESC_BCDDEVICE 0x0100
|
||||
@ -373,6 +375,7 @@
|
||||
#define CONFIG_USB_DESC_PRODUCT_STRING "Espressif Device"
|
||||
#define CONFIG_USB_DESC_SERIAL_STRING "123456"
|
||||
#define CONFIG_USB_DESC_CDC_STRING "Espressif CDC Device"
|
||||
#define CONFIG_USB_DESC_DFU_RT_STRING "Espressif DFU Device"
|
||||
#define CONFIG_USB_DESC_MSC_STRING "Espressif MSC Device"
|
||||
#define CONFIG_USB_DESC_MIDI_STRING "Espressif MIDI Device"
|
||||
#define CONFIG_USB_DESC_HID_STRING "Espressif HID Device"
|
||||
|
Reference in New Issue
Block a user