summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2022-10-07remove bulk_transfer and intr_transfersakumisu
2022-10-06fix warningsakumisu
2022-09-27fix pipe param type in usbh_hport_activate_epxsakumisu
2022-09-25config ep0 default mps in usbh_enumeratesakumisu
2022-09-24add usb device deinit functionsakumisu
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-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-08remove custom handler, split class handler into interface and endpointsakumisu
2022-09-01revert dot in keilsakumisu
2022-08-21check if the ep0 request data len is overflowsakumisu
2022-08-20refactor usb device intf and ep registersakumisu
2022-08-19give up class registersakumisu
2022-08-18add test mode for feature testsakumisu
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-07-31merge class rx setup functions into onesakumisu
2022-07-31add nocache ram config when enable dcachesakumisu
2022-07-28refactor dcd api and ep in/out irq callback processsakumisu
2022-07-19remove list search modesakumisu
2022-06-28update usb core macrossakumisu
2022-06-27remove surplus logsakumisu
2022-06-25fix warning in 64bit cpusakumisu
2022-06-23fix type wrong for ep argument on usbd_ep_in_handler and usbd_ep_out_handler ...Li.XiongHui
2022-06-17add log for descriptor parsesakumisu
2022-06-17handle USB_DESCRIPTOR_TYPE_OTHER_SPEEDliuhy-2020
2022-06-16event use if not elsesakumisu
2022-06-15fix warningssakumisu
2022-06-15copy data from misalign addr to align32 addr when use dma with dcachesakumisu
2022-06-15remove static class_driver tablesakumisu
2022-06-14add sw init for os and hw init for host controllersakumisu
2022-06-05use ep open and close return valuesakumisu
2022-06-04move log macros into usb_log.h,adjust header file inclusion ordersakumisu
2022-04-15fix warningsakumisu
2022-04-15fix warningsakumisu
2022-04-14fix duplicate calls to the class notify handler when class has multiploesakumisu
2022-04-08add test mode when using feature cmdsakumisu
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