summaryrefslogtreecommitdiff
path: root/core/usbh_core.c
AgeCommit message (Expand)Author
2024-03-18core: host: add "." to section usbh_class_info for IARZhihong Chen
2024-03-13core: usbh_core: fix ep0_request_buffer index loseZhihong Chen
2024-03-12set config with configvaluesakumisu
2024-03-12optimise find class driver apisakumisu
2024-02-24align for some bufferssakumisu
2024-02-19update endpoint number usage and fix busid checkZhihong Chen
2024-02-18config busid and regbase in usbh_initialize and usbd_initializesakumisu
2024-01-30update log tagsakumisu
2024-01-14usbh_core: add iar risc-v supportZhihong Chen
2024-01-08support multi USB IP for hostsakumisu
2023-12-27add \t for hub info logsakumisu
2023-12-24add usbh_deinitialize apisakumisu
2023-12-05add usb errno, do not use system errnosakumisu
2023-11-27fix usbh_set_interface api, correct wValue for altsettingsakumisu
2023-11-22add mutex for ep0 urb to avoid multithreadingsakumisu
2023-11-20make hub_set_feature and hub_clear_feature api publicsakumisu
2023-11-17use static urb for ep0sakumisu
2023-11-16refactor urb, add ep & hport in urb to make hardware pipe more reusablesakumisu
2023-11-13add ms os requestsakumisu
2023-11-11add usbh_set_interface apisakumisu
2023-11-04add usbh_get_string_desc apisakumisu
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