| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Fix slow CDC OUT by NAKing
|
|
|
|
|
|
|
|
|
|
- remove board header since it is not used
|
|
This NAKs CDC OUT packets when the ring buffer doesn't have
enough space for it. This makes CDC OUT reliable rather than
allowing overwriting into the ring buffer.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- call dcd_event_xfer_complete() when enough bytes received
- add dcd_get_frame_number()
|
|
and out
|
|
|
|
|
|
|
|
This was causing a stringop-truncation compiler warning in gcc 8 when
the #defined values being copied from were string literals.
`error: 'strncpy' output truncated before terminating nul copying 8 bytes from a string of the same length [-Werror=stringop-truncation]`
These fields aren't NUL terminated C strings, they are a fixed width buffer
that is supposed to be space (0x20) padded.
|
|
functions.
|
|
resetting (read only) and masking (no nested ints).
|
|
|
|
|
|
|
|
cable disconnect, and we don't use OTG right now.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
enumerates.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
too low for some reason, TXFIFO EP0 used wrong bitmask.
|