| Age | Commit message (Expand) | Author |
| 2024-03-02 | fix missing bus in sunxiv1.1.0 | sakumisu |
| 2024-02-24 | align for some buffers | sakumisu |
| 2024-02-24 | fix bl glue | sakumisu |
| 2024-02-23 | port: HPMicro: call suspend/connect/disconnect event | Zhihong Chen |
| 2024-02-20 | port: HPMicro: fix transfer_len not reset | Zhihong Chen |
| 2024-02-20 | port: HPMicro: decoupling the relationship between busid and usbid | Zhihong Chen |
| 2024-02-19 | HPMicro: port: fix _dcd_data align to 2048 | Zhihong Chen |
| 2024-02-18 | config busid and regbase in usbh_initialize and usbd_initialize | sakumisu |
| 2024-02-09 | check if device is on extern hub | sakumisu |
| 2024-02-07 | add volatile for HcEpType & ChannelEna | sakumisu |
| 2024-02-06 | support multi port api for device | sakumisu |
| 2024-01-23 | remove ununsed macro | sakumisu |
| 2024-01-19 | remove ununsed header | sakumisu |
| 2024-01-14 | port: hpmicro: fix usb_dc_deinit() | Zhihong Chen |
| 2024-01-13 | dwc2 use fifo not dma as default because users may have problems in cache | sakumisu |
| 2024-01-09 | add ehci hccr offset macro | sakumisu |
| 2024-01-08 | support multi USB IP for host | sakumisu |
| 2024-01-06 | fix macro name | sakumisu |
| 2024-01-06 | dwc2: ctrl and bulk no need nak irq, when intr calls nak, retry by user | sakumisu |
| 2024-01-06 | dwc2 low level deinit after usb register reset | sakumisu |
| 2023-12-30 | add aic & intel ehci glue, add rtems osal | sakumisu |
| 2023-12-30 | remove ch32 host, nrf5x, rp2040 port | sakumisu |
| 2023-12-30 | fix hctsiz macro name | sakumisu |
| 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 |