| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
Follow up kl25z pr569
|
|
|
|
update nxp_driver
|
|
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
|
|
IAR fix more warnings
|
|
Signed-off-by: HiFiPhile <[email protected]>
|
|
Signed-off-by: HiFiPhile <[email protected]>
|
|
Signed-off-by: HiFiPhile <[email protected]>
|
|
|
|
|
|
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
|