| Age | Commit message (Collapse) | Author |
|
Application should declare its own device descriptor
|
|
|
|
|
|
|
|
|
|
and Disconnect
should work with #47
|
|
|
|
|
|
|
|
|
|
attribute
|
|
|
|
|
|
|
|
|
|
- remove use of osal_queue_reset
|
|
|
|
|
|
|
|
change dcd_init signature
|
|
also rename DCD_EVENT_SUSPENDED to DCD_EVENT_SUSPEND
|
|
mark device as disconnected immed with DCD_EVENT_UNPLUGGED
|
|
|
|
|
|
|
|
|
|
- remove dcd_edpt_stalled() from dcd porting
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|