summaryrefslogtreecommitdiff
path: root/src/host/hcd.h
AgeCommit message (Expand)Author
2022-06-16Merge pull request #1480 from Ryzee119/multihub_rebaseHa Thach
2022-06-08add tuh_configure() for port/dynamic host behavior confighathach
2022-05-29Fix non-trivial designated initializers compile errorRyzee119
2022-04-27make hcd_event_handler() fastfunc, and force inline other helperhathach
2022-04-01pio usb control work well including stall responsehathach
2022-03-20Merge branch 'master' into pio-hosthathach
2022-03-10remove obsolete device statehathach
2022-03-04correct qhd and qtd count for ehci/ohcihathach
2022-03-04rename HCD_MAX_XFER to CFG_TUH_ENDPOINT_MAXhathach
2022-03-01start to add pio usb (host) supporthathach
2022-02-25internal symbol renamehathach
2022-02-25rename TUSB_OPT_HOST_ENABLED to CFG_TUH_ENABLEDhathach
2021-08-23add hcd_devtree_get_info()hathach
2021-08-23add hcd attr, add note for ehci framelist on NXP derivativehathach
2021-08-23rename CFG_TUSB_HOST_DEVICE_MAX to CFG_TUH_DEVICE_MAXhathach
2021-06-10implement usbh_edpt_busy (WIP), remove hcd_edpt_busyhathach
2021-06-10remove hcd_edpt_stalled()hathach
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