summaryrefslogtreecommitdiff
path: root/port
AgeCommit message (Expand)Author
2024-12-23chore: fix missing licensesakumisu
2024-12-19update(port/dwc2/usb_glue_gd): add check for epsakumisu
2024-12-16update(port/dwc2/usb_glue_at): import system_core_clocksakumisu
2024-12-16update(port/dwc2/usb_glue_st): support stm32h7rssakumisu
2024-12-16update(port/dwc2/usb_dc_dwc2): support up to 16 endpointssakumisu
2024-12-09update(port/ohci): update ohci common codesakumisu
2024-12-04update(port/ehci/usb_glue_aic): add check for CONFIG_USB_OHCI_HCOR_OFFSETsakumisu
2024-11-29update(port/dwc2/usb_hc_dwc2): do not support hs hub with ls/fs devicesakumisu
2024-11-27update(port/fsdev): add check for iso, we do not supportsakumisu
2024-11-26chore: add missing licensesakumisu
2024-11-25update(port/dwc2/usb_dc_dwc2): clear crst bit because some mcu cannot be self...sakumisu
2024-11-21fix(port/dwc2/usb_dc_dwc2): do not clear other intr bitssakumisu
2024-11-18HPMicro: update hpmicro port filesZhihong Chen
2024-10-31update(port/ehci/usb_glue_aic): remove lsusb shell, add check for ehci config...sakumisu
2024-10-17fix(port/dwc2/usb_hc_dwc2): fix check typosakumisu
2024-10-11update(port/kinetis): update mcx glue for mcxa153/mcxc444sakumisu
2024-10-10feat(port/kinetis): add kinetis usbipsakumisu
2024-09-27update(port/dwc2/usb_dc_dwc2): enlarge CONFIG_USB_DWC2_TX1_FIFO_SIZE for vide...sakumisu
2024-09-26fix(port/dwc2/usb_dc_dwc2): set multi packet for iso in tx empty process, eve...sakumisu
2024-09-08fix(port/dwc2): fix dwc2 rx fifo size, remove divided by 4v1.4.0-rc2sakumisu
2024-09-08fix(port/dwc2): reset dma burst then modify, clear HCINT intstatus firstsakumisu
2024-09-08fix(port/dwc2): fix typowangyz1997
2024-09-02fix(port/ehci/usb_glue_ma35d0): fix typosakumisu
2024-09-01update(port/dwc2/usb_hc_dwc2): power enable at last for common with other hos...sakumisu
2024-08-29Update usb_dc_dwc2.ctyustli
2024-08-25fix(port/bl): overflow checksakumisu
2024-08-25feat(port/chipidea): add chipidea port, add nxp mxc glue for chipidea and ehcisakumisu
2024-08-23update(port/hpm): check resume in port changesakumisu
2024-08-23port: hpmicro: add USBH_USE_CUSTOM_ISR add USBD_USE_CUSTOM_ISR to control isrZhihong Chen
2024-08-22update(port/dwc2/usb_dc_dwc2): add busid for functions to support multi ipsakumisu
2024-08-21fix: fix -Wunused-parameter warning with -Wextra cflagsakumisu
2024-08-16HPMicro: update usb_dc_hpm.cZhihong Chen
2024-08-16port: ehci: should not be clear CSC/PEC/OCC flag when usb_hc_init()Zhihong Chen
2024-08-16refactor: move CHERRYUSB_VERSION and CHERRYUSB_VERSION_STR into usb_version.hsakumisu
2024-08-16Fix IDF compilation errorudoudou
2024-08-14update: idf config updatesakumisu
2024-08-14Correct spelling errors.Yang Xijing
2024-08-13fix(port/dwc2): check idle when flush fifo, add delay for dwc2_set_modesakumisu
2024-08-09Add PUSB2 and XHCI driver and RTOS glue (#236)zhugengyu
2024-08-07Modifying the USB Int Source to support esp32p4Kevincoooool
2024-07-30update(port/hpm/usb_dc_hpm): remove phcd clearsakumisu
2024-07-30update(port/hpm/usb_dc_hpm): enable resume handlersakumisu
2024-07-27feat(port/dwc2): import kendryte glue from k230_sdksakumisu
2024-07-26feat(port): add remote wakeup apisakumisu
2024-07-18fix(port/dwc2/usb_dc_dwc2): fix lost ep0 setup intstatus by clear, for dwc2 v...charschu
2024-07-15update(port/musb/usb_hc_musb): add portpower bit for commit e4b56ceesakumisu
2024-07-15fix typosakumisu
2024-07-15Workaround for BL616 power controlTill Harbaum
2024-07-13fix(port/bl): fix test mode apisakumisu
2024-07-09port: ehci: update init and deinitZhihong Chen