summaryrefslogtreecommitdiff
path: root/core/usbh_core.h
AgeCommit message (Expand)Author
2025-01-15update(port): add ehci/ohci/dwc2 dcache supportsakumisu
2024-10-31feat(core/usbh_core): add usbh_find_hubport apisakumisu
2024-10-30fix: rename class to class_code, for c++ compatibility (#269)electretmike
2024-08-16refactor: move CHERRYUSB_VERSION and CHERRYUSB_VERSION_STR into usb_version.hsakumisu
2024-08-09Add PUSB2 and XHCI driver and RTOS glue (#236)zhugengyu
2024-07-07update(hub): update hub macros and hub params for usb3.0sakumisu
2024-06-22update(core/usbh_core): do not use slist, we use recursionsakumisu
2024-06-16fix(core/usbh_core): fix get multsakumisu
2024-06-07remove old xhci patchsakumisu
2024-05-31feat: use fast memcpy for netsakumisu
2024-05-03support id table for multi vid pidsakumisu
2024-03-18core: host: add "." to section usbh_class_info for IARZhihong Chen
2024-03-14add timer to control interrupt transfersakumisu
2024-02-18config busid and regbase in usbh_initialize and usbd_initializesakumisu
2024-01-14usbh_core: add iar risc-v supportZhihong Chen
2024-01-08support multi USB IP for hostsakumisu
2023-12-24add usbh_deinitialize apisakumisu
2023-11-22add mutex for ep0 urb to avoid multithreadingsakumisu
2023-11-20make hub_set_feature and hub_clear_feature api publicsakumisu
2023-11-17remove usb_mem.hsakumisu
2023-11-17use static urb for ep0sakumisu
2023-11-16refactor urb, add ep & hport in urb to make hardware pipe more reusablesakumisu
2023-11-11add usbh_set_interface apisakumisu
2023-11-04add usbh_get_string_desc apisakumisu
2023-07-05enum device with disposable thread, do not block hub threadsakimisu
2023-04-21update hub process for usb3.0, update xhci driversakimisu
2023-02-18format codesakimisu
2023-02-18move hub and hport variable into common ram to reduce nocache ram usagesakumisu
2023-02-09Revert "check if hport is null"sakimisu
2023-02-05check if hport is nullsakumisu
2022-12-151. support for iar in situation of usb host applicationbiyq
2022-12-11update hub thread wakeup with queue not sem&listsakimisu
2022-11-21remove device mount and unmount callbacksakimisu
2022-10-07remove bulk_transfer and intr_transfersakumisu
2022-09-27fix pipe param type in usbh_hport_activate_epxsakumisu
2022-09-23record raw config descriptorssakumisu
2022-09-15add urb for msc classsakumisu
2022-09-14add interface altsetting structsakumisu
2022-09-09complete hub intr transfersakumisu
2022-09-09refactor usb host stack: hcd api, hub process and usb no cache ram processsakumisu
2022-09-01revert dot in keilsakumisu
2022-08-18Simplify the license rows, standardize header macro namesakumisu
2022-08-12update usbh_class info sectionsakumisu
2022-08-12add mount callback for device, move tests in mount callbacksakumisu
2022-08-12delete workqsakumisu
2022-06-04move log macros into usb_log.h,adjust header file inclusion ordersakumisu
2022-03-23fix linkscript for clang and ccarmsakumisu
2022-03-23update class driver info,support class driver exportjzlv
2022-03-23psc thread use event instead,add timeout for transferjzlv
2022-03-17fix critical section wrong usesakumisu