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
Use ringbuf library for handling RX CDC ACM path. Remove old code
artifacts handling specific hardware.
Fixeszephyrproject-rtos#14288
Signed-off-by: Andrei Emeltchenko <[email protected]>
Use ringbuf library for handling RX CDC ACM path. Remove old code
artifacts handling specific hardware.
Fixes#14288
Signed-off-by: Andrei Emeltchenko <[email protected]>
Is your enhancement proposal related to a problem? Please describe.
To reproduce:
cdc_acm
sample by commenting outwrite_data(dev, data_buf, *bytes_read);
.cdc_acm
sample.pv --force -B 256 sample.txt 2>&1 > /dev/ttyACM1
where sample.txt is a big file.Results:
cdc_acm
without loopback: 51 KB/sDescribe the solution you'd like
CDC ACM should reach throughput of at least 400 kB/s.
Additional context
Board: nrf52840_pca10056
OS: Ubuntu 16.04, 4.13.0
Zephyr: c78c5e6
The text was updated successfully, but these errors were encountered: