Add missing DFU driver

This commit is contained in:
me-no-dev
2020-06-01 19:13:18 +03:00
parent 0df54ea169
commit e094e19f17
3 changed files with 1 additions and 2 deletions

View File

@ -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.

View File

@ -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