Skip to content

Commit e094e19

Browse files
committed
Add missing DFU driver
1 parent 0df54ea commit e094e19

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

tools/sdk/esp32s2/include/config/sdkconfig.h

-1
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,6 @@
366366
#define CONFIG_USB_MIDI_TX_BUFSIZE 64
367367
#define CONFIG_USB_VENDOR_ENABLED 1
368368
#define CONFIG_USB_DFU_RT_ENABLED 1
369-
#define CONFIG_USB_NET_ENABLED 1
370369
#define CONFIG_USB_DESC_USE_ESPRESSIF_VID 1
371370
#define CONFIG_USB_DESC_USE_DEFAULT_PID 1
372371
#define CONFIG_USB_DESC_BCDDEVICE 0x0100

tools/sdk/esp32s2/lib/libtinyusb.a

-5.48 KB
Binary file not shown.

tools/sdk/esp32s2/sdkconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -1002,7 +1002,7 @@ CONFIG_USB_MIDI_RX_BUFSIZE=64
10021002
CONFIG_USB_MIDI_TX_BUFSIZE=64
10031003
CONFIG_USB_VENDOR_ENABLED=y
10041004
CONFIG_USB_DFU_RT_ENABLED=y
1005-
CONFIG_USB_NET_ENABLED=y
1005+
# CONFIG_USB_NET_ENABLED is not set
10061006
# CONFIG_USB_CUSTOM_CLASS_ENABLED is not set
10071007
# CONFIG_USB_DEBUG is not set
10081008

0 commit comments

Comments
 (0)