File tree 2 files changed +5
-5
lines changed
components/arduino_tinyusb
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -142,8 +142,8 @@ menu "Arduino TinyUSB"
142
142
143
143
config TINYUSB_VIDEO_STREAMING_BUFSIZE
144
144
int "VIDEO streaming endpoint size"
145
- range 64 4096
146
- default 256
145
+ range 0 64
146
+ default 64
147
147
depends on TINYUSB_VIDEO_ENABLED
148
148
help
149
149
VIDEO streaming endpoint size
Original file line number Diff line number Diff line change @@ -229,7 +229,7 @@ CONFIG_TINYUSB_MIDI_TX_BUFSIZE=64
229
229
#
230
230
CONFIG_TINYUSB_VIDEO_ENABLED=y
231
231
CONFIG_TINYUSB_DESC_VIDEO_STRING="Espressif VIDEO Device"
232
- CONFIG_TINYUSB_VIDEO_STREAMING_BUFSIZE=256
232
+ CONFIG_TINYUSB_VIDEO_STREAMING_BUFSIZE=64
233
233
CONFIG_TINYUSB_VIDEO_STREAMING_IFS=1
234
234
# end of VIDEO driver
235
235
@@ -1439,7 +1439,7 @@ CONFIG_USB_CDC_RX_BUFSIZE=64
1439
1439
CONFIG_USB_CDC_TX_BUFSIZE=64
1440
1440
CONFIG_USB_MSC_ENABLED=y
1441
1441
CONFIG_USB_DESC_MSC_STRING="Espressif MSC Device"
1442
- CONFIG_USB_MSC_BUFSIZE=512
1442
+ CONFIG_USB_MSC_BUFSIZE=4096
1443
1443
CONFIG_USB_DESC_HID_STRING="Espressif HID Device"
1444
1444
CONFIG_USB_DEBUG_LEVEL=0
1445
1445
# CONFIG_COMPILER_OPTIMIZATION_LEVEL_DEBUG is not set
@@ -1553,7 +1553,7 @@ CONFIG_USB_DESC_CDC_STRING="Espressif CDC Device"
1553
1553
CONFIG_USB_DESC_MSC_STRING="Espressif MSC Device"
1554
1554
CONFIG_USB_DESC_HID_STRING="Espressif HID Device"
1555
1555
CONFIG_USB_MSC_ENABLED=y
1556
- CONFIG_USB_MSC_BUFSIZE=512
1556
+ CONFIG_USB_MSC_BUFSIZE=4096
1557
1557
CONFIG_USB_CDC_ENABLED=y
1558
1558
CONFIG_USB_CDC_RX_BUFSIZE=64
1559
1559
CONFIG_USB_CDC_TX_BUFSIZE=64
You can’t perform that action at this time.
0 commit comments