forked from espressif/arduino-esp32
Try custom device descriptors
This commit is contained in:
@ -365,14 +365,14 @@
|
||||
#define CONFIG_USB_MIDI_RX_BUFSIZE 64
|
||||
#define CONFIG_USB_MIDI_TX_BUFSIZE 64
|
||||
#define CONFIG_USB_VENDOR_ENABLED 1
|
||||
#define CONFIG_USB_CUSTOM_CLASS_ENABLED 1
|
||||
#define CONFIG_USB_DEBUG 1
|
||||
#define CONFIG_USB_DFU_RT_ENABLED 1
|
||||
#define CONFIG_USB_NET_ENABLED 1
|
||||
#define CONFIG_USB_DESC_USE_ESPRESSIF_VID 1
|
||||
#define CONFIG_USB_DESC_USE_DEFAULT_PID 1
|
||||
#define CONFIG_USB_DESC_BCDDEVICE 0x0723
|
||||
#define CONFIG_USB_DESC_BCDDEVICE 0x0100
|
||||
#define CONFIG_USB_DESC_MANUFACTURER_STRING "Espressif"
|
||||
#define CONFIG_USB_DESC_PRODUCT_STRING "ESP32-S2"
|
||||
#define CONFIG_USB_DESC_SERIAL_STRING "0"
|
||||
#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_MSC_STRING "Espressif MSC Device"
|
||||
#define CONFIG_USB_DESC_MIDI_STRING "Espressif MIDI Device"
|
||||
|
Reference in New Issue
Block a user