summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-11-23fix en colonsakumisu
2023-11-23hpmicro: update port filesZhihong Chen
2023-11-22disable device not find logsakumisu
2023-11-22add mutex for ep0 urb to avoid multithreadingsakumisu
2023-11-22reset rx length when pbuf allocs failedsakumisu
2023-11-22free pipe after sem givingsakumisu
2023-11-22add some delay to avoid too much error log when device is disconnectedsakumisu
2023-11-22update readmesakumisu
2023-11-22support ehci suspend & resumesakumisu
2023-11-22reduce qtd numsakumisu
2023-11-22add ecm and rndis thread delete for dynamic netifsakumisu
2023-11-22set CONFIG_USBHOST_PSC_PRIO to zero to making usb prio highestsakumisu
2023-11-20make hub_set_feature and hub_clear_feature api publicsakumisu
2023-11-20support host demo with timer for rtthreadsakumisu
2023-11-20add dhcp timer for getting ip addrsakumisu
2023-11-17remove rndis code in third party because it is implemented internallysakumisu
2023-11-17remove usb_mem.hsakumisu
2023-11-17use static urb for ep0sakumisu
2023-11-16refactor urb, add ep & hport in urb to make hardware pipe more reusablesakumisu
2023-11-15release v0.10.2v0.10.2sakumisu
2023-11-15fix ecm mac buffer sizesakumisu
2023-11-15add pusb2 port, fix issue for rt-thread, add msc storage demo for rt-threadzhugengyu
2023-11-13fix rndis query & set msg wLength, only support one rndis devicesakumisu
2023-11-13add ms os requestsakumisu
2023-11-13check and execute modeswitch firstsakumisu
2023-11-13fix class api namesakumisu
2023-11-13check if token is active without errors, if token has errors, go to wakeup semsakumisu
2023-11-13add ecm host demosakumisu
2023-11-11add usbh_set_interface apisakumisu
2023-11-05add nuvoton port(not release)Yang Xijing
2023-11-04update config rstsakumisu
2023-11-04add cdc ecm hostsakumisu
2023-11-04support usb modeswitchsakumisu
2023-11-04add cdc ecm devicesakumisu
2023-11-04add usbh_get_string_desc apisakumisu
2023-11-03check qtd active status to fix nbytes = 0 in nak or ping statussakumisu
2023-10-13update quick start, add readthedocs yamlsakumisu
2023-10-12osal: add USB_OSAL_WAITING_FOREVER for Semaphore and Queue useZhihong Chen
2023-10-07Fix possible errors in endpoint 0 datapidChen Leeren
2023-10-05update demo versionsakumisu
2023-09-30remove ununsed input variablesakumisu
2023-09-18[common] Avoid IAR compiling error on USB HOST stackhelloeagleyang
2023-09-07Revert original parameter.Wayne Lin
2023-09-07Update hcd-ehci, dcd-dwc2 and examples.Wayne Lin
2023-09-04ignore dwc2 EPENA checksakumisu
2023-09-01third_party: rtthread: add rndis to adapt lwip2.1.2Runcheng Lu
2023-08-30release v0.10.1v0.10.1sakumisu
2023-08-30fix warningsakumisu
2023-08-30fix video packet caculationsakumisu
2023-08-29implement msc device thread,remove other unused os threadsakimisu