| Age | Commit message (Collapse) | Author |
|
- depending on compiler option "char" can be intepreted as unsigned char
|
|
|
|
|
|
|
|
|
|
|
|
refactor usbd_open_edpt_pair
|
|
|
|
|
|
|
|
|
|
change dcd_init signature
|
|
mark device as disconnected immed with DCD_EVENT_UNPLUGGED
|
|
|
|
|
|
|
|
Fix slow CDC OUT by NAKing
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|