| Age | Commit message (Collapse) | Author |
|
Dcd synopsis mem allocation
|
|
|
|
|
|
increase setup packet size from 8 to 12, since USB DMA controller is
suspected to overflow the buffer with 2 extra bytes
|
|
|
|
|
|
- externerlize code into functions
- correct comments
|
|
|
|
|
|
|
|
add support for frdm_kl25z
|
|
Fix IAR error on memcpy and warnings.
|
|
Signed-off-by: MasterPhi <[email protected]>
|
|
fixed incorrect handling of STALL other than EP0
convert tabs to spaces
removed unused symbols
|
|
IAR build error fixes
|
|
Signed-off-by: HiFiPhile <[email protected]>
|
|
Signed-off-by: HiFiPhile <[email protected]>
|
|
Signed-off-by: HiFiPhile <[email protected]>
|
|
|
|
|
|
|
|
|
|
which return true as long as we receive the very first SETUP packet from
host.
|
|
other clean up
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
migrated msc_device
|
|
|
|
- remove usbd_edpt_xfer_abort
- rename tu_fifo_change_mode to tu_fifo_set_mode
- remove CFG_TUD_CDC_CLEAR_AT_CONNECTION definition
- remove auto fifo clear at connection event
- add tud_cdc_n_write_clear function
|
|
|
|
|
|
Host async control
|
|
|
|
|
|
enable cdc auto flush on write()
|
|
Rename CDC_COMM_SUBCLASS_ETHERNET_NETWORKING_CONTROL_MODEL
|
|
if there is enough data in the fifo
|
|
reworking cdc host driver
|