We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7898011 + a25e028 commit 6dd8b4eCopy full SHA for 6dd8b4e
device/esp_tinyusb/Kconfig
@@ -315,7 +315,7 @@ menu "TinyUSB Stack"
315
config TINYUSB_NCM_OUT_NTB_BUFF_MAX_SIZE
316
int "NCM NTB Buffer size for reception size"
317
depends on TINYUSB_NET_MODE_NCM
318
- default 8192
+ default 3200
319
range 1600 10240
320
help
321
Size of NTB buffers on the reception side. The minimum size used by Linux is 2048 bytes.
@@ -327,7 +327,7 @@ menu "TinyUSB Stack"
327
config TINYUSB_NCM_IN_NTB_BUFF_MAX_SIZE
328
int "NCM NTB Buffer size for transmission size"
329
330
331
332
333
Size of NTB buffers on the transmission side. The minimum size used by Linux is 2048 bytes.
0 commit comments