summaryrefslogtreecommitdiff
path: root/port/rp2040
AgeCommit message (Collapse)Author
2026-08-03fix(security): add check for sem&mq&thread and delete remain sources if ↵sakumisu
alloc fail Signed-off-by: sakumisu <[email protected]>
2025-08-06feat(port): add urb->complete in usbh_kill_urbsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-07-30Revert "fix(port): reset sem when pipe free"sakumisu
This reverts commit ccd435496036cdceebb6d35df3edeb16695b0548.
2025-07-28update(port): remove all ips CONFIG_USBDEV_EP_NUM & CONFIG_USBHOST_PIPE_NUMsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-07-27fix(port): reset sem when pipe freesakumisu
Signed-off-by: sakumisu <[email protected]>
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
ips because they are constant Signed-off-by: sakumisu <[email protected]>
2025-05-10update(port): add sof supportsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-02-09docs: update readmesakumisu
Signed-off-by: sakumisu <[email protected]>
2025-01-26update(port/rp2040/usb_hc_rp2040): add lock for ep0sakumisu
Signed-off-by: sakumisu <[email protected]>
2025-01-25feat(port/rp2040): update rp2040 host driver, use irq_add_shared_handler to ↵sakumisu
register irq handler Signed-off-by: sakumisu <[email protected]>
2025-01-23update(port/rp2040): init ep_control & buffer_control in usb_dc_initsakumisu
Signed-off-by: sakumisu <[email protected]>
2025-01-19feat(port/rp2040): update rp2040 driver to latestsakumisu
Signed-off-by: sakumisu <[email protected]>
2023-12-30remove ch32 host, nrf5x, rp2040 portsakumisu
2023-12-10replace struct usbd_endpoint_cfg with struct usb_endpoint_descriptor in ↵sakumisu
usbh_ep_open api
2022-11-19add usbd_get_port_speed api to use different config descriptorssakimisu
2022-10-11add rp2040 usb dcd portingHaiMianBB