summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2023-06-06check intf num when arg is validv0.9.0sakimisu
2023-05-26copy desc into nocache ramsakimisu
2023-05-17add remote wakeup eventsakimisu
2023-04-22do not check intf when calls endpoint handlersakimisu
2023-04-21update hub process for usb3.0, update xhci driversakimisu
2023-04-21fix pointer in 64bit cpu, use uintptr_t insteadsakimisu
2023-03-25copy desc into align bufsakimisu
2023-03-22add usbd_event_handler for userssakumisu
2023-03-17disconnect sources in usbh_hport_releasesakumisu
2023-03-12replace speed reconfig with multsakimisu
2023-03-08fix typosakimisu
2023-02-23move ep0 active into hub eventsakumisu
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
2023-01-29add webusb supportsakimisu
2023-01-15split tx_rx_thread into tx_thread and rx_threadsakimisu
2023-01-15only support one configsakimisu
2023-01-07add CONFIG_USBDEV_ADVANCE_DESC macrosakimisu
2023-01-07reduce print logsakimisu
2023-01-07remove align check, memcpy as defaultsakimisu
2023-01-03ignore get device quality cmd error in full speedsakimisu
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-11add usb tx rx thread for devicesakimisu
2022-12-11update hub thread wakeup with queue not sem&listsakimisu
2022-12-07reset hport bNumInterfaces when enum failssakimisu
2022-11-28split other_speed with fs and hssakimisu
2022-11-21remove device mount and unmount callbacksakimisu
2022-11-19add another desc register apisakimisu
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