summaryrefslogtreecommitdiff
path: root/port/dwc2
AgeCommit message (Expand)Author
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-11-29update(port/dwc2/usb_hc_dwc2): do not support hs hub with ls/fs devicesakumisu
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-10-17fix(port/dwc2/usb_hc_dwc2): fix check typosakumisu
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-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-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-16Fix IDF compilation errorudoudou
2024-08-14update: idf config updatesakumisu
2024-08-13fix(port/dwc2): check idle when flush fifo, add delay for dwc2_set_modesakumisu
2024-08-07Modifying the USB Int Source to support esp32p4Kevincoooool
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-15fix typosakumisu
2024-07-08feat(port): implement usbd_ep_is_stalled apisakumisu
2024-06-28fix(port): enter section before alloc pipesakumisu
2024-06-14fix warningsakumisu
2024-06-09update port readmesakumisu
2024-06-08已在hc32f4a0上测试usbd的usb_glue_hc.cjinsc
2024-06-06update(port/dwc2/usb_hc_dwc2): add check for fifo with ep mpssakumisu
2024-05-21update(port/dwc2): rename struct name to avoid duplicate definitionssakumisu
2024-05-21fix warningsakumisu
2024-05-17update: format logsakumisu
2024-05-15fix(dwc2): check those chips with 1.25KB fifosakumisu
2024-05-15update(dwc2): change rx fifo to 1024/4 as defaultsakumisu
2024-04-29remove port param in usbd_get_port_speedsakumisu
2024-04-23update missing licensesakumisu
2024-04-19clear urb timeout after take sem, follow 76f58b93sakumisu
2024-04-18do not clear timeout in irq,urb init will sometime call irq before take semsakumisu
2024-04-16add missing licensesakumisu
2024-04-16remove duplicate h7 configsakumisu
2024-04-16format commentsakumisu
2024-04-15enable bit21(VBUSSIG) in gd chipszhaofx4534
2024-04-07change CONFIG_USB_DWC2_ULPI_PHY to CONFIG_USB_HS, support stm32f723sakumisu
2024-04-03add check for dwc2 fifo with ep mpssakumisu
2024-03-28mark errorcode with USB_ERR_SHUTDOWN when kill urbsakumisu
2024-03-22dwc2:get next toggle from HCTSIZsakumisu
2024-03-21dwc2:add fifo macros for users to configsakumisu
2024-03-21add usb_hc_low_level_deinit apisakumisu