summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-11-27fix cihathach
2020-11-27add bus suspend & resume support for esp32s2hathach
2020-11-24msc only invoke scsi complete callback after status transaction is completehathach
2020-11-24add tud_connected()hathach
2020-11-23add tud_ready() check in tud_cdc_n_write_flush()hathach
2020-11-23Merge branch 'master' into cdc_without_dtrHa Thach
2020-11-23have tusb_init() return true instead of TUSB_ERROR_NONEhathach
2020-11-20remove control_completehathach
2020-11-20migrate audio device to new control xfer cbhathach
2020-11-20migrate net device to new control xfer cbhathach
2020-11-20clean uphathach
2020-11-20migrate bth device to new control xfer cbhathach
2020-11-20migrate vendor device to new control xfer cbhathach
2020-11-20migrate dfu runtime device to new control xfer cbhathach
2020-11-20migrate usbtmc device to new control xfer cbhathach
2020-11-20clean uphathach
2020-11-20migrate midi device to new control xfer cbhathach
2020-11-19migrate hid device to new control xfer cbhathach
2020-11-19migrate cdc_device to new control_xfer_cbhathach
2020-11-19merge class driver control_request & control_complete to control_xfer_cb()hathach
2020-11-18Remove dcd_edpt_xfer_abort from DCD headerJan Dümpelmann
2020-11-18Implementation of the discussed changesJan Dümpelmann
2020-11-09fix cihathach
2020-11-07release 0.7.0 with changelog and doc update0.7.0hathach
2020-11-07Merge pull request #553 from hathach/host-async-controlHa Thach
2020-11-07clean uphathach
2020-11-04Merge remote-tracking branch 'hathach/master' into cdc_without_dtrJan Dümpelmann
2020-11-03Merge pull request #547 from hathach/cdc-auto-write-flushHa Thach
2020-11-02Merge pull request #545 from j4cbo/masterHa Thach
2020-11-02enable cdc auto flush on write()hathach
2020-11-02remove legacy blocking usbh_control_xfer()hathach
2020-11-02get hub work more reliablyhathach
2020-11-02update usbh with hub to use async control transferhathach
2020-11-01added host set_config driverhathach
2020-11-01house keeping: make tu_print_mem format easier to compare with hex2dumphathach
2020-10-31Rename CDC_COMM_SUBCLASS_ETHERNET_NETWORKING_CONTROL_MODELJacob Potter
2020-10-26Merge pull request #543 from majbthrd/net_tweaksHa Thach
2020-10-24net_device: re-factor code so as to not be specific to lwIPPeter Lawrence
2020-10-24Move into if statementJacob Potter
2020-10-24CR feedback: compare CFG_TUSB_RHPORT1_MODE instead of using new macroJacob Potter
2020-10-24net_device: tweak 'pbuf chain' implementationPeter Lawrence
2020-10-18Allow use of internal FS PHY on OTG_HS interfaceJacob Potter
2020-10-15audio: Add two channel feature unit descriptorJerzy Kasenberg
2020-10-13osal_none: Fix queue definitionJerzy Kasenberg
2020-10-13more clean uphathach
2020-10-13clean uphathach
2020-10-13implement tuh_msc_scsi_inquiry() / tuh_msc_read_capacity() / tuh_msc_get_maxl...hathach
2020-10-13rework msc hosthathach
2020-10-12add usbh_edpt_claim/releasehathach
2020-10-11Merge branch 'master' into host-async-controlhathach