summaryrefslogtreecommitdiff
path: root/port
AgeCommit message (Expand)Author
2023-12-30update gccfg for stm32h7/f7sakumisu
2023-12-28fix dwc2 out chan actual lensakumisu
2023-12-26musb do not use alloc pipesakumisu
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-18fix musb submit_urb by 5bbe2a97sakumisu
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-05fix uninitialized warningsakumisu
2023-12-05update hc templatesakumisu
2023-12-05add usb errno, do not use system errnosakumisu
2023-12-05check token only with qtd, not use token in qhsakumisu
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-26bugfix: send zlp won't trigger ep tx interruptovo
2023-11-24find roothub port to check if device is connectingsakumisu
2023-11-23hpmicro: update port filesZhihong Chen
2023-11-22free pipe after sem givingsakumisu
2023-11-22support ehci suspend & resumesakumisu
2023-11-22reduce qtd numsakumisu
2023-11-16refactor urb, add ep & hport in urb to make hardware pipe more reusablesakumisu
2023-11-15add pusb2 port, fix issue for rt-thread, add msc storage demo for rt-threadzhugengyu
2023-11-13check if token is active without errors, if token has errors, go to wakeup semsakumisu
2023-11-05add nuvoton port(not release)Yang Xijing
2023-11-03check qtd active status to fix nbytes = 0 in nak or ping statussakumisu
2023-10-07Fix possible errors in endpoint 0 datapidChen Leeren
2023-09-07Update hcd-ehci, dcd-dwc2 and examples.Wayne Lin
2023-09-04ignore dwc2 EPENA checksakumisu
2023-08-26port: hpmicro: separate host and device USB instance configZhihong Chen
2023-08-26add config for hpmicro usb instance and irqsakimisu
2023-08-25fix macro spellingsakimisu
2023-08-25copy bouffalo ehci glue from official sdksakimisu
2023-08-25improve ehci driver, enable iaad featuresakimisu
2023-08-25remove usb_phy_init, because hpm sdk v1.2 implement itsakimisu
2023-08-01ehci: update hardcode for hpmicroZhihong Chen
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-28implment musb usbh_kill_urbsakimisu
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-19comment musb reg structsakimisu
2023-05-08prevent variables being optimisedsakumisu