| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-03-11 | remove usbh_control.c | hathach | |
| 2022-03-10 | refactor and integrate usbh control xfer back to usbh.c | hathach | |
| fix enumeration with hub when reset port before set address | |||
| 2022-03-10 | refactor host control xfer | hathach | |
| 2022-03-10 | merge control stage host and device value | hathach | |
| 2022-03-09 | minor clean up | hathach | |
| 2022-03-09 | add tusb_debug.h remove tusb_error.h | hathach | |
| move debug utils to new header | |||
| 2022-02-25 | rename TUSB_OPT_HOST_ENABLED to CFG_TUH_ENABLED | hathach | |
| 2021-08-23 | add hcd_devtree_get_info() | hathach | |
| remove usbh_hcd.h | |||
| 2021-06-28 | Merge pull request #891 from hathach/host-rp2040-double-buffer | Ha Thach | |
| RP2040 double buffer | |||
| 2021-06-21 | Fix typo in TUH configuration define | Niklas Hauser | |
| 2021-06-11 | improve usbh | hathach | |
| 2021-06-10 | more clean up | hathach | |
| 2021-05-31 | clean up | hathach | |
| 2021-05-18 | rename CFG_TUSB_HOST_ENUM_BUFFER_SIZE to CFG_TUH_ENUMERATION_BUFSZIE | hathach | |
| add usbh_get_enum_buf | |||
| 2021-05-18 | correct ehci control endpoint address report on xfer complete | hathach | |
| improve host log | |||
| 2020-10-13 | rework msc host | hathach | |
| - msc host enum is now async - implement async tuh_msc_scsi_command() / tuh_msc_request_sense() / tuh_msc_test_unit_ready() | |||
| 2020-10-12 | add usbh_edpt_claim/release | hathach | |
| implement USBH_EVENT_FUNC_CALL | |||
| 2020-09-07 | rework usbh control transfer | hathach | |
| use series of complete callback instead of blocking semaphore, which is more noOS friendly. still working with hid host | |||
