summaryrefslogtreecommitdiff
path: root/src/portable
AgeCommit message (Expand)Author
2023-08-16clear qhd halted bit if not caused by STALL protocol, allow for next transferhathach
2023-08-09Merge pull request #2209 from HiFiPhile/hitlHa Thach
2023-08-09update to dcd ip3511 to add work-around for lpc54628 usb hs errata USB.1 and ...hathach
2023-08-07code formathathach
2023-08-07Add tuh_rhport_is_active() and tuh_rhport_reset_bus()hathach
2023-08-04clean(ra_hcd): fix typos in the hcd libraryAladdin Bakosh
2023-08-04Merge branch 'master' into masterHa Thach
2023-08-04Merge branch 'master' into enhance-bsphathach
2023-08-03add lpc43 familyhathach
2023-08-01renesas: host: remove attach_attempt logicMartino Facchin
2023-08-01Merge branch 'arduino-renesas_ra_hs_rebased' into renesas_ra_hs_rebasedhathach
2023-08-01add rusb2_common.c for dynami irqhathach
2023-08-01rusb2: move dynamic irq function to c fileMartino Facchin
2023-07-31enable USBMC for uno r4, add board_init_after_tusb() APIhathach
2023-07-31enable_irq since uno bootloader can disable it. systick triggered, however us...hathach
2023-07-28add uno r4 wih FLASH_IMAGE_START=0x4000, running but interrupt (systick) does...hathach
2023-07-28- revert usb addresshathach
2023-07-28fix cihathach
2023-07-27Merge branch 'master' into renesas_ra_hs_rebasedhathach
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-26correct hcd_edpt_clear_stall() API signaturehathach
2023-07-26refactored multiple ports for hcd rusb2hathach
2023-07-26updating hcd rusb2hathach
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-24Merge pull request #2173 from hathach/imxrt-dcache-alignHa Thach
2023-07-24add hcd abort xfer for rp2040 pio usbhathach
2023-07-24change dcache clean/invalidate return type to boolhathach
2023-07-24fix ohci warnings, and add freertosconfig for lpc4088hathach
2023-07-24rename CFG_TUSB_MEM_SECTION to CFG_TUD_MEM_SECTION in device stackhathach
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 stub hcd_edpt_abort_xfer() for all portshathach
2023-07-21add hcd_edpt_abort_xfer() APIhathach
2023-07-18Merge pull request #2146 from tannewt/host_cache_alignHa Thach
2023-07-18Merge branch 'master' into renesas_ra_hs_rebasedhathach
2023-07-17debugging can be configured on renesas dcdAladdin Bakosh
2023-07-17debugging can be configured on renesas hcdAladdin Bakosh
2023-07-17fix(RA_hcd): STALL status can be also 3 not only 2Aladdin Bakosh
2023-07-14Fix host buffer alignment settingScott Shawcroft
2023-07-07move check highspeed to rusb_rahathach
2023-07-07add PORT selection for makefilehathach
2023-07-07fully work with multiple ports without CFG_TUSB_RHPORT0/1hathach
2023-07-07use unaligned access read for hw fifohathach
2023-07-06fix build with rxhathach
2023-07-06more multiple ports updatehathach
2023-07-06add rusb2_module_start(), more update for multiple ports for dcd rusb2hathach