summaryrefslogtreecommitdiff
path: root/src/portable/ehci
AgeCommit message (Expand)Author
2024-04-22clang tested with mcb1800, add heap to lpc18 linkerhathach
2023-11-24made log line end consistent \r\nIngHK
2023-09-27change hcd_int_handler(rhport, in_isr) signature: add in_isrhathach
2023-08-16minor commenthathach
2023-08-16clear qhd halted bit if not caused by STALL protocol, allow for next transferhathach
2023-08-07Add tuh_rhport_is_active() and tuh_rhport_reset_bus()hathach
2023-07-27Merge pull request #2179 from hathach/enhance-ehciHa Thach
2023-07-27add check for edpt_xfer() with halted, also reset data toggle when clear stallhathach
2023-07-26mising ehcihathach
2023-07-25improve processing usb complete and error isr.hathach
2023-07-25use standard EHCI USB INT instead of chipidea async/period interrupt to be co...hathach
2023-07-24Merge branch 'master' into hcd-abort-xferHa Thach
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-21minor ehci rename, move code aroundhathach
2023-07-21add hcd_edpt_abort_xfer() APIhathach
2023-06-16fix build warningshathach
2023-05-23Enhance chipidea (#2075)Ha Thach
2023-05-19more dcache fixhathach
2023-05-19ehci fix dcache clean when control endpoint failedhathach
2023-05-18refactor ehci: add attached_buffer for dcache invalidate for IN transferhathach
2023-05-18refactor ehci, since usbh only queue 1 TD per queue headhathach
2023-05-18EHCI more improvementhathach
2023-05-18more cache, fix an similar issue with OHCI when removing an queue headhathach
2023-05-18use weak local for dcache function to skip if()hathach
2023-05-18EHCI adding dcahe support, passing enumertaionhathach
2023-05-17adding hcd_dcache_clean/hcd_dcache_invalidatehathach
2023-05-16fix error on EHCI causes xfer error in non-queued qhd which cause memory faulthathach
2023-05-16EHCI: fix xfer failed with disconnected device as stalledhathach
2023-05-16correct EHCI reporting failed xfer (instead of stalled) when device is unpluggedhathach
2023-05-09fix ehci issue with portsc when enable port power and port resethathach
2023-03-24separate CFG_TUSB_MEM_SECTION and CFG_TUSB_MEM_ALIGN tohathach
2023-03-17fix trailing space and new linehathach
2023-01-03Fix typo in audio.h. Specifiy _ctrl_xfer struct in CFG_TUSB_MEM_SECTIONpete-pjb
2022-12-04Fix typosBastien Nocera
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