forked from espressif/arduino-esp32
Update TinyUSB
This commit is contained in:
@ -987,14 +987,12 @@ CONFIG_SPIFFS_USE_MTIME=y
|
||||
# TinyUSB
|
||||
#
|
||||
CONFIG_USB_ENABLED=y
|
||||
CONFIG_USB_CDC_ENABLED=y
|
||||
CONFIG_USB_CDC_RX_BUFSIZE=64
|
||||
CONFIG_USB_CDC_TX_BUFSIZE=64
|
||||
CONFIG_USB_MSC_ENABLED=y
|
||||
CONFIG_USB_MSC_BUFSIZE=512
|
||||
CONFIG_USB_HID_ENABLED=y
|
||||
CONFIG_USB_HID_BUFSIZE=16
|
||||
CONFIG_USB_MAX_POWER_USAGE=250
|
||||
# CONFIG_USB_CDC_ENABLED is not set
|
||||
# CONFIG_USB_MSC_ENABLED is not set
|
||||
# CONFIG_USB_HID_ENABLED is not set
|
||||
# CONFIG_USB_MIDI_ENABLED is not set
|
||||
# CONFIG_USB_VENDOR_ENABLED is not set
|
||||
# CONFIG_USB_CUSTOM_CLASS_ENABLED is not set
|
||||
# CONFIG_USB_DEBUG is not set
|
||||
|
||||
@ -1007,9 +1005,6 @@ CONFIG_USB_DESC_BCDDEVICE=0x0100
|
||||
CONFIG_USB_DESC_MANUFACTURER_STRING="Espressif Systems"
|
||||
CONFIG_USB_DESC_PRODUCT_STRING="Espressif Device"
|
||||
CONFIG_USB_DESC_SERIAL_STRING="123456"
|
||||
CONFIG_USB_DESC_CDC_STRING="Espressif CDC Device"
|
||||
CONFIG_USB_DESC_MSC_STRING="Espressif MSC Device"
|
||||
CONFIG_USB_DESC_HID_STRING="Espressif HID Device"
|
||||
# end of Descriptor configuration
|
||||
# end of TinyUSB
|
||||
|
||||
|
Reference in New Issue
Block a user