summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
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
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