forked from espressif/arduino-esp32
Add missing DFU driver
This commit is contained in:
@ -366,7 +366,6 @@
|
|||||||
#define CONFIG_USB_MIDI_TX_BUFSIZE 64
|
#define CONFIG_USB_MIDI_TX_BUFSIZE 64
|
||||||
#define CONFIG_USB_VENDOR_ENABLED 1
|
#define CONFIG_USB_VENDOR_ENABLED 1
|
||||||
#define CONFIG_USB_DFU_RT_ENABLED 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_ESPRESSIF_VID 1
|
||||||
#define CONFIG_USB_DESC_USE_DEFAULT_PID 1
|
#define CONFIG_USB_DESC_USE_DEFAULT_PID 1
|
||||||
#define CONFIG_USB_DESC_BCDDEVICE 0x0100
|
#define CONFIG_USB_DESC_BCDDEVICE 0x0100
|
||||||
|
Binary file not shown.
@ -1002,7 +1002,7 @@ CONFIG_USB_MIDI_RX_BUFSIZE=64
|
|||||||
CONFIG_USB_MIDI_TX_BUFSIZE=64
|
CONFIG_USB_MIDI_TX_BUFSIZE=64
|
||||||
CONFIG_USB_VENDOR_ENABLED=y
|
CONFIG_USB_VENDOR_ENABLED=y
|
||||||
CONFIG_USB_DFU_RT_ENABLED=y
|
CONFIG_USB_DFU_RT_ENABLED=y
|
||||||
CONFIG_USB_NET_ENABLED=y
|
# CONFIG_USB_NET_ENABLED is not set
|
||||||
# CONFIG_USB_CUSTOM_CLASS_ENABLED is not set
|
# CONFIG_USB_CUSTOM_CLASS_ENABLED is not set
|
||||||
# CONFIG_USB_DEBUG is not set
|
# CONFIG_USB_DEBUG is not set
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user