summaryrefslogtreecommitdiff
path: root/src/portable
AgeCommit message (Expand)Author
2023-06-15refactor khci to chipidea fs driver for device (host is not yet)hathach
2023-06-12Merge pull request #2104 from hathach/g4-pdHa Thach
2023-06-12ad pd_types.hhathach
2023-06-12response with request safe5v, get passed PS_READYhathach
2023-06-09move protocol message to stack, disable battery in PWR's CR3hathach
2023-06-08enable DMA for both pd rx, txhathach
2023-06-08dma rx works wellhathach
2023-06-07able to response with good crchathach
2023-06-07fix(RA): static assert RUSB2 registerAladdin Bakosh
2023-06-07inital support for usb typec and pd examplehathach
2023-06-05renesas_ra: fix wrong ifdefMartino Facchin
2023-06-05Merge remote-tracking branch 'mainline/master' into HEADMartino Facchin
2023-06-05renesas_rx: fix compilation on latest GCCMartino Facchin
2023-06-02fix(RA Host Portable): git rid of the IAR warnings for packedAladdin Bakosh
2023-06-01Merge branch 'master' into feature/STM32G0hathach
2023-05-24Merge pull request #2063 from abakosh/developHa Thach
2023-05-24fix(RA Host Portable): implement missing function __builtin_ctz(x) for IARAladdin Bakosh
2023-05-23Enhance chipidea (#2075)Ha Thach
2023-05-19more dcache fixhathach
2023-05-19ehci fix dcache clean when control endpoint failedhathach
2023-05-19only clean/invalidate dcache on imxrt if memory is not in DTCMhathach
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-17renesas: provide default for CFG_TUSB_RHPORT1_MODEMartino Facchin
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-16usbd: fix control transfer issue for chipidea hs when previous status and new...hathach
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-10allow imxrt build with dual exmapleshathach
2023-05-09fix ehci issue with portsc when enable port power and port resethathach
2023-05-04Use double-sized fifo only for IN endpointsMichiel van Leeuwen
2023-05-03renesas: add fallback for targets not defining CFG_TUSB_RHPORT*_MODEMartino Facchin
2023-05-03renesas_ra: support RA2A1 (FS only)Martino Facchin
2023-05-03renesas_ra: host: handle retry on attach()Martino Facchin
2023-05-03renesas_ra: add support for HS portMartino Facchin
2023-04-28Check correct interrupt flagMichiel van Leeuwen
2023-04-28dwc2: configure fifo size to be twice the max_sizeMichiel van Leeuwen
2023-04-24Merge pull request #2013 from tannewt/imx_1042Ha Thach
2023-04-20[rp2040] Make writes to SIE_CTRL aware of concurrent accessJacek Fedorynski
2023-04-17Cleanup unnecessary code for 16bit access.Mengsk
2023-04-14Fix FIFO transfer and buffer alignment.HiFiPhile
2023-04-14Fix GCC build.HiFiPhile
2023-04-14Use PLL clock.HiFiPhile
2023-04-14Merge branch 'master' of https://github.com/hathach/tinyusb into pr1942HiFiPhile
2023-04-06Handle iMX RT 1042 usb namingScott Shawcroft