summaryrefslogtreecommitdiff
path: root/core/usbh_core.c
AgeCommit message (Expand)Author
2023-04-21update hub process for usb3.0, update xhci driversakimisu
2023-03-17disconnect sources in usbh_hport_releasesakumisu
2023-03-12replace speed reconfig with multsakimisu
2023-02-23move ep0 active into hub eventsakumisu
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-31add class only matchsakimisu
2022-12-25do not use return valuesakimisu
2022-12-151. support for iar in situation of usb host applicationbiyq
2022-12-151. support for iar in situation of usb host applicationbiyq
2022-12-07reset hport bNumInterfaces when enum failssakimisu
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-25config ep0 default mps in usbh_enumeratesakumisu
2022-09-24add check for config parsesakumisu
2022-09-24fix port index overflowsakumisu
2022-09-23record raw config descriptorssakumisu
2022-09-22updatezhugengyu
2022-09-22updatezhugengyu
2022-09-17add usb3.0 speed supportsakumisu
2022-09-14add interface altsetting structsakumisu
2022-09-09refactor usb host stack: hcd api, hub process and usb no cache ram processsakumisu
2022-08-18Simplify the license rows, standardize header macro namesakumisu
2022-08-17remove comments to reduce rowssakumisu
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-17add log for descriptor parsesakumisu
2022-06-16event use if not elsesakumisu
2022-06-15fix warningssakumisu
2022-06-15remove static class_driver tablesakumisu
2022-06-14add sw init for os and hw init for host controllersakumisu
2022-04-04add class driver export macro controlsakumisu
2022-04-03add USB_LOG_RAW macro for printfsakumisu
2022-03-31fixed osal critical section protect adapt 64bits CPU.xieyangrun
2022-03-24replace cc_arm with arm_versionsakumisu
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-20fix descriptor parse error logsakumisu
2022-03-17fix critical section wrong usesakumisu
2022-02-24use hport setup to replace class setup,move out test demosakumisu
2022-02-12add enumeration success logsakumisu
2022-02-08format codessakimisu
2022-02-01add usb host stack(class not release completely)sakimusu