summaryrefslogtreecommitdiff
path: root/src/host/hcd.h
AgeCommit message (Expand)Author
2021-05-31use hcd_frame_number() instead of uframehathach
2021-05-31remove obsolete hcd_pipe_queue_xfer()/hcd_pipe_xfer()hathach
2021-05-31fix cast-align warning in msc hosthathach
2021-05-23clean uphathach
2021-05-18remove CFG_TUH_HID_KEYBOARD and CFG_TUH_HID_MOUSEhathach
2021-02-22add rhport to hcd_init()hathach
2020-10-12add usbh_edpt_claim/releasehathach
2020-09-05refactor hub classhathach
2020-09-05add in_isr to all hcd event functionshathach
2020-09-05defer xfer_isr to xfer_cbhathach
2020-09-03rename tuh_isr/hcd_isr to tuh_int_handler/hcd_int_handlerhathach
2020-05-19usb0 host on mcb1800 work with fullspeed mode.hathach
2020-05-04temporarily remove osal_task_delay() from osalhathach
2020-01-15Normalize line endingsNathan Conrad
2019-11-22fix segger host examplehathach
2019-05-14update license year to 2019hathach
2019-03-20migrate license from BSD 3 clause to MIThathach
2018-12-14clean up compiler attributehathach
2018-12-12clean uphathach
2018-12-12rename hcd_device_remove to hcd_device_closehathach
2018-12-12clean up ehci warningshathach
2018-12-12replace all hcd pipe close by hcd_device_removehathach
2018-12-11more hcd_pipe to hcd_edpt renamehathach
2018-12-11rename to hcd_edpt_open()hathach
2018-12-11ehci periodichathach
2018-12-11clean uphathach
2018-12-11remove pipe handle in host mschathach
2018-12-11completely remove pipe handle for cdc/hub/ehcihathach
2018-12-10usbh name changehathach
2018-12-10clean up host pipe apihathach
2018-12-10ehci clean uphathach
2018-12-10remove pipe handle.dev_addrhathach
2018-12-10rename usbh_xfer_isr to hcd_event_xfer_completehathach
2018-12-10removing pipe handle, remove xfer typehathach
2018-12-10refactor usbh class driverhathach
2018-12-09change usbh class driver open signaturehathach
2018-12-08refactor hcd apihathach
2018-12-07rename MODE_HOST_SUPPORTED to TUSB_OPT_HOST_ENABLEDhathach
2018-12-07clean up ehci, support only 1 controllerhathach
2018-12-07clean uphathach
2018-12-07lpc17 ohci failed to execute control transfer !!hathach
2018-12-07adding new hcd api, tested working with control xfer.hathach
2018-12-07able to build host hidhathach
2018-12-07able to build with host mschathach
2018-12-06change usbh queue to generic event queuehathach
2018-12-06rename CFG_TUSB_HOST_CDC/MSC to CFG_TUH_CDC/MSChathach
2018-12-06clean up usbh, rename doxygen folder to docshathach
2018-12-05able to build host lpc18xxhathach
2018-06-18rename subfolder source to srchathach