You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do not artificially limit the size of the USB request to the endpoint
size, as this introduces multiple round trips through the CDC ACM class
implementation. The USB stack handles packetizing to the maximum
endpoint size. The maximum allocation size is limited to prevent
starving other USB users.
Throughput testing on a nRF52840DK with `CONFIG_UDC_BUF_POOL_SIZE=1024`
shows a throughput increase from ~1.7 Mbps to ~2.7 Mbps.
Signed-off-by: Jordan Yates <[email protected]>
0 commit comments