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
CDC-ACM - Fix slow write() performance and availableForWrite() logic
- Removed delay in write() function which caused slow TX performance
- Removed timeout logic in write() function; moved to LMT side
- Fixed logic in availableForWrite() - ring-buffer capacity is at most
1 less than actual size to avoid head index passing tail index
Signed-off-by: Dan O'Donovan <dan@emutex.com>
0 commit comments