File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
components/arduino_tinyusb Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -142,8 +142,8 @@ menu "Arduino TinyUSB"
142142
143143 config TINYUSB_VIDEO_STREAMING_BUFSIZE
144144 int "VIDEO streaming endpoint size"
145- range 64 4096
146- default 256
145+ range 0 64
146+ default 64
147147 depends on TINYUSB_VIDEO_ENABLED
148148 help
149149 VIDEO streaming endpoint size
Original file line number Diff line number Diff line change @@ -229,7 +229,7 @@ CONFIG_TINYUSB_MIDI_TX_BUFSIZE=64
229229#
230230CONFIG_TINYUSB_VIDEO_ENABLED=y
231231CONFIG_TINYUSB_DESC_VIDEO_STRING="Espressif VIDEO Device"
232- CONFIG_TINYUSB_VIDEO_STREAMING_BUFSIZE=256
232+ CONFIG_TINYUSB_VIDEO_STREAMING_BUFSIZE=64
233233CONFIG_TINYUSB_VIDEO_STREAMING_IFS=1
234234# end of VIDEO driver
235235
@@ -1439,7 +1439,7 @@ CONFIG_USB_CDC_RX_BUFSIZE=64
14391439CONFIG_USB_CDC_TX_BUFSIZE=64
14401440CONFIG_USB_MSC_ENABLED=y
14411441CONFIG_USB_DESC_MSC_STRING="Espressif MSC Device"
1442- CONFIG_USB_MSC_BUFSIZE=512
1442+ CONFIG_USB_MSC_BUFSIZE=4096
14431443CONFIG_USB_DESC_HID_STRING="Espressif HID Device"
14441444CONFIG_USB_DEBUG_LEVEL=0
14451445# CONFIG_COMPILER_OPTIMIZATION_LEVEL_DEBUG is not set
@@ -1553,7 +1553,7 @@ CONFIG_USB_DESC_CDC_STRING="Espressif CDC Device"
15531553CONFIG_USB_DESC_MSC_STRING="Espressif MSC Device"
15541554CONFIG_USB_DESC_HID_STRING="Espressif HID Device"
15551555CONFIG_USB_MSC_ENABLED=y
1556- CONFIG_USB_MSC_BUFSIZE=512
1556+ CONFIG_USB_MSC_BUFSIZE=4096
15571557CONFIG_USB_CDC_ENABLED=y
15581558CONFIG_USB_CDC_RX_BUFSIZE=64
15591559CONFIG_USB_CDC_TX_BUFSIZE=64
You can’t perform that action at this time.
0 commit comments