summaryrefslogtreecommitdiff
path: root/src/host/hub.c
AgeCommit message (Expand)Author
2021-08-20change host driver open return type to boolhathach
2021-06-28change usbh open driver to have max_len and return driver lenhathach
2021-06-10add usbh_classdriver.hhathach
2021-05-31update hubhathach
2021-05-31add hub_port_set_feature()hathach
2021-05-31remove obsolete hcd_pipe_queue_xfer()/hcd_pipe_xfer()hathach
2021-05-27more include clean uphathach
2020-11-02get hub work more reliablyhathach
2020-11-02update usbh with hub to use async control transferhathach
2020-09-06change xfer_cb return type from void to boolhathach
2020-09-06replacing hcd_pipe_xfer by usbh_edpt_xferhathach
2020-09-05refactor hub classhathach
2020-09-05add in_isr to all hcd event functionshathach
2020-09-05defer xfer_isr to xfer_cbhathach
2020-05-19usb0 host on mcb1800 work with fullspeed mode.hathach
2020-01-15Normalize line endingsNathan Conrad
2019-06-06add TU_ prefix to compiler ATTR to prevent name conflict with applicationhathach
2019-05-14more clean up use inline bit funciton instead of macroshathach
2019-05-14update license year to 2019hathach
2019-05-14clean uphathach
2019-03-27cleanup, remove the use of _TINY_USB_SOURCE_FILE_hathach
2019-03-20migrate license from BSD 3 clause to MIThathach
2018-12-14rename bit_* helper to tu_bit_*, BIT_* to TU_BIT_* for consistencyhathach
2018-12-12clean uphathach
2018-12-12rename descriptor_* helper to tu_desc_*hathach
2018-12-12replace all hcd pipe close by hcd_device_removehathach
2018-12-11rename to hcd_edpt_open()hathach
2018-12-11completely remove pipe handle for cdc/hub/ehcihathach
2018-12-10usbh name changehathach
2018-12-10clean up host pipe apihathach
2018-12-10remove pipe handle.dev_addrhathach
2018-12-10removing pipe handlehathach
2018-12-09change usbh class driver open signaturehathach
2018-12-08hub clean uphathach
2018-12-07rename MODE_HOST_SUPPORTED to TUSB_OPT_HOST_ENABLEDhathach
2018-12-07able to build host hidhathach
2018-12-07change usbh_control_xfer name and signaturehathach
2018-12-06clean up hubhathach
2018-12-06clean up usbh, rename doxygen folder to docshathach
2018-11-23rename xfer complete enumhathach
2018-11-23rename tusb_event_t to xfer_result_thathach
2018-11-22rename CFG_TUSB_MEM_SECTION to CFG_TUSB_MEM_SECTIONhathach
2018-10-23clean up helper funchathach
2018-06-18rename subfolder source to srchathach