Another USB_OTG_FS Quirk: The 3-bit counter of IN endpoints.
Today I decided to improve the performance of my USB driver by transferring multiple IN packets at a time, instead of one at a time. This in theory would be relatively easy, as I can just configure the IN endpoint's TX-FIFO to have a larger allocatio...