stm32_usb_cdc_improved_if
stm32_usb_cdc_improved_if copied to clipboard
improved usb cdc interface for stm32
"Buf" pointer should be advanced by the amount send, not by the length of the data to be sent Possible to reproduce only if amount of data sent is at...
First of all, thank you for contributing this code. I really like it. I am using it in a project and found an error in `CDC_RXQueue_Dequeue`, where the TX queue...
Absolutely excellent piece of code! I was ramming my head into the wall searching for reasons why USB_CDC reception did not work, until I stumbled over your fine replacement for...