| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
add bus suspend & resume support for esp32s2
|
|
|
|
|
|
msc only invoke scsi complete callback after status transaction is complete
|
|
|
|
add tud_connected()
|
|
which return true as long as we receive the very first SETUP packet from
host.
|
|
CDC without DTR being set
|
|
|
|
|
|
|
|
other clean up
|
|
|
|
have tusb_init() return true instead of TUSB_ERROR_NONE
|
|
|
|
Rework class driver control transfer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
migrated msc_device
|
|
|
|
- auto flush welcome message at connection event
- provide information to the user if the terminal did not set DTR
|
|
|
|
- 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
|