Closed eric-wieser closed 6 years ago
@majenkotech Does the new USB stack implement this call?
Yes, it does.
int CDCACM::availableForWrite() {
return (CDCACM_BUFFER_SIZE + _txTail - _txHead) % CDCACM_BUFFER_SIZE;
}
OK, @eric-wieser , we are merging in a whole new USB stack soon which will have this call implemented. Once that happens, this issue can be resolved.
This is now complete.
I'm closing this issue, since the new core 2.x.x has been released with the new USB stack.
Since this was omitted from #353