summaryrefslogtreecommitdiff
path: root/port/ch32/usb_dc_usbfs.c
AgeCommit message (Expand)Author
2025-06-12refactor(port/ch32): classify ch32 portsakumisu
2025-05-28fix(port/ch32): clear intflag first, set nak before handling ep insakumisu
2025-05-07update(port/ch32): update irqhandler namesakumisu
2024-07-26feat(port): add remote wakeup apisakumisu
2024-04-29remove port param in usbd_get_port_speedsakumisu
2024-04-23update missing licensesakumisu
2024-02-06support multi port api for devicesakumisu
2023-12-10replace struct usbd_endpoint_cfg with struct usb_endpoint_descriptor in usbh_...sakumisu
2023-10-07Fix possible errors in endpoint 0 datapidChen Leeren
2023-01-05remove align check macrosakimisu
2022-11-19add usbd_get_port_speed api to use different config descriptorssakimisu
2022-08-20add ep_enable param to check if ep is enable when transfersakumisu
2022-07-31add nocache ram config when enable dcachesakumisu
2022-07-31support Bidirectional ep transfer for usb_fssakumisu
2022-07-28refactor dcd api and ep in/out irq callback processsakumisu
2022-07-13fix tx toggle controlsakumisu
2022-07-08update ep configsakumisu
2022-07-07fix warning and add speed errorout when precompilesakumisu
2022-07-03optimise usbfs and usbhs driversakumisu
2022-07-02move ch32 proj outsakumisu
2022-03-11fix usb_dc_deinit return typesakumisu
2022-03-11remove unused commentssakumisu
2022-02-18add volatile for dev_addrsakumisu
2022-02-06update ch32 port and demosakumisu