| Age | Commit message (Expand) | Author |
| 2023-11-22 | set CONFIG_USBHOST_PSC_PRIO to zero to making usb prio highest | sakumisu |
| 2023-11-20 | make hub_set_feature and hub_clear_feature api public | sakumisu |
| 2023-11-20 | support host demo with timer for rtthread | sakumisu |
| 2023-11-20 | add dhcp timer for getting ip addr | sakumisu |
| 2023-11-17 | remove rndis code in third party because it is implemented internally | sakumisu |
| 2023-11-17 | remove usb_mem.h | sakumisu |
| 2023-11-17 | use static urb for ep0 | sakumisu |
| 2023-11-16 | refactor urb, add ep & hport in urb to make hardware pipe more reusable | sakumisu |
| 2023-11-15 | release v0.10.2v0.10.2 | sakumisu |
| 2023-11-15 | fix ecm mac buffer size | sakumisu |
| 2023-11-15 | add pusb2 port, fix issue for rt-thread, add msc storage demo for rt-thread | zhugengyu |
| 2023-11-13 | fix rndis query & set msg wLength, only support one rndis device | sakumisu |
| 2023-11-13 | add ms os request | sakumisu |
| 2023-11-13 | check and execute modeswitch first | sakumisu |
| 2023-11-13 | fix class api name | sakumisu |
| 2023-11-13 | check if token is active without errors, if token has errors, go to wakeup sem | sakumisu |
| 2023-11-13 | add ecm host demo | sakumisu |
| 2023-11-11 | add usbh_set_interface api | sakumisu |
| 2023-11-05 | add nuvoton port(not release) | Yang Xijing |
| 2023-11-04 | update config rst | sakumisu |
| 2023-11-04 | add cdc ecm host | sakumisu |
| 2023-11-04 | support usb modeswitch | sakumisu |
| 2023-11-04 | add cdc ecm device | sakumisu |
| 2023-11-04 | add usbh_get_string_desc api | sakumisu |
| 2023-11-03 | check qtd active status to fix nbytes = 0 in nak or ping status | sakumisu |
| 2023-10-13 | update quick start, add readthedocs yaml | sakumisu |
| 2023-10-12 | osal: add USB_OSAL_WAITING_FOREVER for Semaphore and Queue use | Zhihong Chen |
| 2023-10-07 | Fix possible errors in endpoint 0 datapid | Chen Leeren |
| 2023-10-05 | update demo version | sakumisu |
| 2023-09-30 | remove ununsed input variable | sakumisu |
| 2023-09-18 | [common] Avoid IAR compiling error on USB HOST stack | helloeagleyang |
| 2023-09-07 | Revert original parameter. | Wayne Lin |
| 2023-09-07 | Update hcd-ehci, dcd-dwc2 and examples. | Wayne Lin |
| 2023-09-04 | ignore dwc2 EPENA check | sakumisu |
| 2023-09-01 | third_party: rtthread: add rndis to adapt lwip2.1.2 | Runcheng Lu |
| 2023-08-30 | release v0.10.1v0.10.1 | sakumisu |
| 2023-08-30 | fix warning | sakumisu |
| 2023-08-30 | fix video packet caculation | sakumisu |
| 2023-08-29 | implement msc device thread,remove other unused os thread | sakimisu |
| 2023-08-27 | fix warning | sakimisu |
| 2023-08-26 | port: hpmicro: separate host and device USB instance config | Zhihong Chen |
| 2023-08-26 | add config for hpmicro usb instance and irq | sakimisu |
| 2023-08-25 | fix macro spelling | sakimisu |
| 2023-08-25 | copy bouffalo ehci glue from official sdk | sakimisu |
| 2023-08-25 | standardize video control api | sakimisu |
| 2023-08-25 | improve ehci driver, enable iaad feature | sakimisu |
| 2023-08-25 | remove usb_phy_init, because hpm sdk v1.2 implement it | sakimisu |
| 2023-08-18 | common: Add support for IAR for risc-v toolchain | Fan YANG |
| 2023-08-15 | add test scripts | sakumisu |
| 2023-08-13 | [hub 修正] 快速断开的情况下无法处理断开事件 | heyuanjie87 |