summaryrefslogtreecommitdiff
path: root/port/dwc2
AgeCommit message (Expand)Author
2023-12-26add check for dwc2 ramsize and ep numsakumisu
2023-12-24add usbh_deinitialize apisakumisu
2023-12-21user must define some configs in usb_config.h when use fsdev/musb/dwc2sakumisu
2023-12-10replace struct usbd_endpoint_cfg with struct usb_endpoint_descriptor in usbh_...sakumisu
2023-12-09AT32 gccfg adds the vbusig flag by defaultFanHuaCloud
2023-12-05add usb errno, do not use system errnosakumisu
2023-11-27port and add comment for gccfg with gd/at/stsakumisu
2023-11-26move out dwc2 ggcfg register and config by usersakumisu
2023-11-22free pipe after sem givingsakumisu
2023-11-16refactor urb, add ep & hport in urb to make hardware pipe more reusablesakumisu
2023-09-07Update hcd-ehci, dcd-dwc2 and examples.Wayne Lin
2023-09-04ignore dwc2 EPENA checksakumisu
2023-07-14fix logsakumisu
2023-07-13remove ununsed codesakumisu
2023-07-05enum device with disposable thread, do not block hub threadsakimisu
2023-07-02check if urb is nullsakimisu
2023-06-30use DxEPCTL to check if ep is busysakimisu
2023-06-28format codesakimisu
2023-06-25remove dapsakimisu
2023-06-22update dwc2 iso transfersakimisu
2023-06-21add dwc2 param logsakimisu
2023-06-02remove ununsed codesakumisu
2023-05-26check if dwc2 supports dmasakimisu
2023-05-08prevent variables being optimisedsakumisu
2023-05-08move g_dwc2_udc into no cache ramsakumisu
2023-05-04fix typosakumisu
2023-04-23fix typosakimisu
2023-03-25enable dwc2 nak irq for bulk if someday usessakumisu
2023-03-15fix vbusen in gd32sakimisu
2023-03-15fix STM32L4 dwc2 Deactivate VBUS SensingGrAgiu
2023-03-12replace speed reconfig with multsakimisu
2023-02-02check if dwc2 supports dma, if not, stop workingsakimisu
2023-01-17do not reset EPDIS and TXFUMsakimisu
2022-12-31add get frame number apisakimisu
2022-12-30 retry when control transfer receives naksakimisu
2022-12-22enable iso when use fifo modesakumisu
2022-12-15fix usb_osal_enter_critical_section in usbh_submit_urbsakimisu
2022-11-29halt dma when calls AHBERRsakumisu
2022-11-26update port readmesakimisu
2022-11-19add usbd_get_port_speed api to use different config descriptorssakimisu
2022-11-14fix USB_OTG_HPRT_PRES with USB_OTG_HPRT_PRSTsakumisu
2022-10-25fix dwc2 transfer xfer processsakumisu
2022-10-25Handle endpoints when reset, disable endpoints onceHJD
2022-10-07update readmesakumisu
2022-10-07add dwc2 host iso transfersakumisu
2022-10-06fix warningsakumisu
2022-10-05complete dwc2 ep closesakumisu
2022-10-05do not enable ipxfrm intmasksakumisu
2022-09-25remove cmsis dependencesakumisu
2022-09-18fix ep_mps overflow and addr checksakumisu