summaryrefslogtreecommitdiff
path: root/src/host/usbh_control.c
AgeCommit message (Collapse)Author
2022-03-11remove usbh_control.chathach
2022-03-10refactor and integrate usbh control xfer back to usbh.chathach
fix enumeration with hub when reset port before set address
2022-03-10refactor host control xferhathach
2022-03-10merge control stage host and device valuehathach
2022-03-09minor clean uphathach
2022-03-09add tusb_debug.h remove tusb_error.hhathach
move debug utils to new header
2022-02-25rename TUSB_OPT_HOST_ENABLED to CFG_TUH_ENABLEDhathach
2021-08-23add hcd_devtree_get_info()hathach
remove usbh_hcd.h
2021-06-28Merge pull request #891 from hathach/host-rp2040-double-bufferHa Thach
RP2040 double buffer
2021-06-21Fix typo in TUH configuration defineNiklas Hauser
2021-06-11improve usbhhathach
2021-06-10more clean uphathach
2021-05-31clean uphathach
2021-05-18rename CFG_TUSB_HOST_ENUM_BUFFER_SIZE to CFG_TUH_ENUMERATION_BUFSZIEhathach
add usbh_get_enum_buf
2021-05-18correct ehci control endpoint address report on xfer completehathach
improve host log
2020-10-13rework msc hosthathach
- msc host enum is now async - implement async tuh_msc_scsi_command() / tuh_msc_request_sense() / tuh_msc_test_unit_ready()
2020-10-12add usbh_edpt_claim/releasehathach
implement USBH_EVENT_FUNC_CALL
2020-09-07rework usbh control transferhathach
use series of complete callback instead of blocking semaphore, which is more noOS friendly. still working with hid host