| Age | Commit message (Collapse) | Author |
|
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
|
|
|
|
work ok with msc + hub, but definitely need more testing.
|
|
to resolve control conflict with SET_CONFIGURE for class driver
- open will be called to open endpoint only
- set_config called later to initialized class driver
|
|
|
|
This was a confusing name; "Ethernet control model" (CDC ECM)
and "network control model" (CDC NCM) are two separate USB subclasses.
|
|
net_device: re-factor code so as to not be specific to lwIP
|
|
|
|
|
|
|
|
|