| Age | Commit message (Expand) | Author |
| 2023-12-30 | update gccfg for stm32h7/f7 | sakumisu |
| 2023-12-28 | fix dwc2 out chan actual len | sakumisu |
| 2023-12-26 | musb do not use alloc pipe | sakumisu |
| 2023-12-26 | add check for dwc2 ramsize and ep num | sakumisu |
| 2023-12-24 | add usbh_deinitialize api | sakumisu |
| 2023-12-21 | user must define some configs in usb_config.h when use fsdev/musb/dwc2 | sakumisu |
| 2023-12-18 | fix musb submit_urb by 5bbe2a97 | sakumisu |
| 2023-12-10 | replace struct usbd_endpoint_cfg with struct usb_endpoint_descriptor in usbh_... | sakumisu |
| 2023-12-09 | AT32 gccfg adds the vbusig flag by default | FanHuaCloud |
| 2023-12-05 | fix uninitialized warning | sakumisu |
| 2023-12-05 | update hc template | sakumisu |
| 2023-12-05 | add usb errno, do not use system errno | sakumisu |
| 2023-12-05 | check token only with qtd, not use token in qh | sakumisu |
| 2023-11-27 | port and add comment for gccfg with gd/at/st | sakumisu |
| 2023-11-26 | move out dwc2 ggcfg register and config by user | sakumisu |
| 2023-11-26 | bugfix: send zlp won't trigger ep tx interrupt | ovo |
| 2023-11-24 | find roothub port to check if device is connecting | sakumisu |
| 2023-11-23 | hpmicro: update port files | Zhihong Chen |
| 2023-11-22 | free pipe after sem giving | sakumisu |
| 2023-11-22 | support ehci suspend & resume | sakumisu |
| 2023-11-22 | reduce qtd num | sakumisu |
| 2023-11-16 | refactor urb, add ep & hport in urb to make hardware pipe more reusable | sakumisu |
| 2023-11-15 | add pusb2 port, fix issue for rt-thread, add msc storage demo for rt-thread | zhugengyu |
| 2023-11-13 | check if token is active without errors, if token has errors, go to wakeup sem | sakumisu |
| 2023-11-05 | add nuvoton port(not release) | Yang Xijing |
| 2023-11-03 | check qtd active status to fix nbytes = 0 in nak or ping status | sakumisu |
| 2023-10-07 | Fix possible errors in endpoint 0 datapid | Chen Leeren |
| 2023-09-07 | Update hcd-ehci, dcd-dwc2 and examples. | Wayne Lin |
| 2023-09-04 | ignore dwc2 EPENA check | sakumisu |
| 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 | improve ehci driver, enable iaad feature | sakimisu |
| 2023-08-25 | remove usb_phy_init, because hpm sdk v1.2 implement it | sakimisu |
| 2023-08-01 | ehci: update hardcode for hpmicro | Zhihong Chen |
| 2023-07-14 | fix log | sakumisu |
| 2023-07-13 | remove ununsed code | sakumisu |
| 2023-07-05 | enum device with disposable thread, do not block hub thread | sakimisu |
| 2023-07-02 | check if urb is null | sakimisu |
| 2023-06-30 | use DxEPCTL to check if ep is busy | sakimisu |
| 2023-06-28 | format code | sakimisu |
| 2023-06-28 | implment musb usbh_kill_urb | sakimisu |
| 2023-06-25 | remove dap | sakimisu |
| 2023-06-22 | update dwc2 iso transfer | sakimisu |
| 2023-06-21 | add dwc2 param log | sakimisu |
| 2023-06-02 | remove ununsed code | sakumisu |
| 2023-05-26 | check if dwc2 supports dma | sakimisu |
| 2023-05-19 | comment musb reg struct | sakimisu |
| 2023-05-08 | prevent variables being optimised | sakumisu |