How to determine USB Data OUT end of packet
I'm busy with a USB to Ethernet implementation using the ST USB library and LwIP.
When I send a packet to the host (Data IN) that came from the ethernet interface, I know where is the end of an ethernet frame send a zero length packet (ZLP) accordingly.
But how do I know when it is the end of a USB packet from the host (Data OUT)? So that I can send an entire frame to the ethernet?
