summaryrefslogtreecommitdiff
path: root/port/rp2040
AgeCommit message (Expand)Author
2025-08-06feat(port): add urb->complete in usbh_kill_urbsakumisu
2025-07-30Revert "fix(port): reset sem when pipe free"sakumisu
2025-07-28update(port): remove all ips CONFIG_USBDEV_EP_NUM & CONFIG_USBHOST_PIPE_NUMsakumisu
2025-07-27fix(port): reset sem when pipe freesakumisu
2025-07-27Fix a bug where the channel might not be releasedudoudou
2025-07-21update(port): remove CONFIG_USBDEV_EP_NUM & CONFIG_USBHOST_PIPE_NUM for some ...sakumisu
2025-05-10update(port): add sof supportsakumisu
2025-02-09docs: update readmesakumisu
2025-01-26update(port/rp2040/usb_hc_rp2040): add lock for ep0sakumisu
2025-01-25feat(port/rp2040): update rp2040 host driver, use irq_add_shared_handler to r...sakumisu
2025-01-23update(port/rp2040): init ep_control & buffer_control in usb_dc_initsakumisu
2025-01-19feat(port/rp2040): update rp2040 driver to latestsakumisu
2023-12-30remove ch32 host, nrf5x, rp2040 portsakumisu
2023-12-10replace struct usbd_endpoint_cfg with struct usb_endpoint_descriptor in usbh_...sakumisu
2022-11-19add usbd_get_port_speed api to use different config descriptorssakimisu
2022-10-11add rp2040 usb dcd portingHaiMianBB