summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-24clean uphathach
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-20prefer application callback over built-in driverhathach
2023-07-20improve logging, allow easier to turn off usbd, driver logginghathach
2023-07-18Merge pull request #2146 from tannewt/host_cache_alignHa Thach
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-03Merge pull request #2137 from hathach/cmake-raHa Thach
2023-07-02Merge pull request #2129 from dauc/patch-1Ha Thach
2023-07-01fix undef with fsphathach
2023-07-01rework ra buildhathach
2023-06-29add hcd_frame_number() for pio-usb hosthathach
2023-06-28Fix minor spellingDevin Auclair
2023-06-27Merge pull request #2085 from georgeboc/msc-ready-bug-fixHa Thach
2023-06-27rework cmake with rtos support add RTOS to family_configure_device/host/dual_...hathach
2023-06-26minor clean up with include_guard()hathach
2023-06-26fix warnings when enable rtt with rp2040hathach
2023-06-24rename to kinetis_k32l2, rename OPT_MCU_KINETIS_K32 to OPT_MCU_KINETIS_K32Lhathach
2023-06-24separate iar and gcc build for clean make, also add cpu specific makehathach
2023-06-21Merge pull request #2101 from eustas/patch-1Ha Thach
2023-06-16fix build warningshathach
2023-06-16fix build, update freertos config for cmakehathach
2023-06-16fix build warningshathach
2023-06-16renam OPT_MCU_MIMXRT to OPT_MCU_MIMXRT1XXXhathach
2023-06-16remove legacy transdimension driverhathach
2023-06-15Merge pull request #1985 from kkitayam/uvc_bulkHa Thach
2023-06-15refactor khci to chipidea fs driver for device (host is not yet)hathach
2023-06-14rename typec driverhathach
2023-06-13fix usbh issue when device genreate multiple attach/detach/attach when pluggi...hathach
2023-06-12Merge pull request #2104 from hathach/g4-pdHa Thach
2023-06-12wrap up initial PD support for G4hathach
2023-06-12ad pd_types.hhathach
2023-06-12response with request safe5v, get passed PS_READYhathach
2023-06-09able to parse SOURCE_CAP message from dfphathach
2023-06-09move protocol message to stack, disable battery in PWR's CR3hathach
2023-06-08Fix typosEugene Kliuchnikov
2023-06-08enable DMA for both pd rx, txhathach
2023-06-08dma rx works wellhathach