summaryrefslogtreecommitdiff
path: root/src/host/hcd.h
AgeCommit message (Expand)Author
2024-11-26hcd dwc2 add dcache support, usbh correctly use cache line size with TUH_EPBU...hathach
2024-10-14change the tusb_rhport_init_t struct, exclude the rhport to make API more con...hathach
2024-10-11hcd_init() take init structhathach
2024-04-02add hcd_configure() to change max NAK dynamicallyhathach
2024-03-22adding deinit() stub for usbh/hcd class driverhathach
2023-09-27change hcd_int_handler(rhport, in_isr) signature: add in_isrhathach
2023-08-27more update to transactionhathach
2023-08-23able to get 8 byte descriptor, but read(RCVBC) always return 0hathach
2023-08-22able to send setup packethathach
2023-08-18- update nrf52 bsp for cmakehathach
2023-08-07Add tuh_rhport_is_active() and tuh_rhport_reset_bus()hathach
2023-07-26mising ehcihathach
2023-07-26correct hcd_edpt_clear_stall() API signaturehathach
2023-07-24Merge branch 'master' into hcd-abort-xferHa Thach
2023-07-24clean uphathach
2023-07-24change dcache clean/invalidate return type to boolhathach
2023-07-21implement hcd_edpt_abort_xfer() for EHCI, also move thing around a bithathach
2023-07-21add hcd_edpt_abort_xfer() APIhathach
2023-06-16fix build warningshathach
2023-05-18EHCI more improvementhathach
2023-05-18EHCI adding dcahe support, passing enumertaionhathach
2023-05-17adding hcd_dcache_clean/hcd_dcache_invalidatehathach
2023-05-16EHCI: fix xfer failed with disconnected device as stalledhathach
2023-03-17fix trailing space and new linehathach
2023-02-22move and add optional tusb_app_virt_to_phys/tusb_app_phys_to_virthathach
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