summaryrefslogtreecommitdiff
path: root/src/portable/ehci
AgeCommit message (Expand)Author
2022-03-20Merge branch 'master' into pio-hosthathach
2022-03-19add parse config descriptor to examplehathach
2022-03-04fix naming, and buildhathach
2022-03-04correct qhd and qtd count for ehci/ohcihathach
2022-03-04rename HCD_MAX_XFER to CFG_TUH_ENDPOINT_MAXhathach
2022-03-03Add host string descriptor functionsScott Shawcroft
2022-03-02try to fix cihathach
2022-02-26Merge pull request #1354 from hathach/mcu-specificHa Thach
2022-02-26Merge pull request #1352 from ETCLabs/fix-ehci-isr-status-clear-errorHa Thach
2022-02-26more internal renamehathach
2022-02-26mcu specific renamehathach
2022-02-25Updated the clearing of the status register bits to use a straight '=', rathe...Tom Peterson
2022-02-25more symbol renamehathach
2022-02-25internal symbol renamehathach
2022-02-25rename TUSB_OPT_HOST_ENABLED to CFG_TUH_ENABLEDhathach
2021-10-24remove ep descriptor wMaxPacketSize bitfield due to endian issuehathach
2021-10-17more with -Wcast-qualhathach
2021-08-23sepearate CFG_TUH_DEVICE_MAX and CFG_TUH_HUBhathach
2021-08-23add hcd_devtree_get_info()hathach
2021-08-23add hcd attr, add note for ehci framelist on NXP derivativehathach
2021-08-23refactor ehci init apihathach
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-31clean uphathach
2021-05-31remove obsolete hcd_pipe_queue_xfer()/hcd_pipe_xfer()hathach
2021-05-31fix cast-align warning in msc hosthathach
2021-05-18correct ehci control endpoint address report on xfer completehathach
2021-05-18add hcd_ehci.h as interface for ehci porthathach
2021-02-23move ehci and ohci to portable folderhathach