| Age | Commit message (Expand) | Author |
| 2024-02-19 | update asix phy config | sakumisu |
| 2024-02-15 | enable asix host driver | sakumisu |
| 2024-02-09 | format code | sakumisu |
| 2024-02-09 | update license year | sakumisu |
| 2024-02-06 | support multi port api for device | sakumisu |
| 2024-02-06 | class: msc device: support multi lun | Zhihong Chen |
| 2024-02-03 | make serial driver standard for cdc acm, ftdi, cp210x, ch34x | sakumisu |
| 2024-02-02 | use cdc_linecoding and line state for ftdi | sakumisu |
| 2024-02-02 | add ftdi host | sakumisu |
| 2024-01-30 | update log tag | sakumisu |
| 2024-01-29 | add zephyr bluetooth submodule | sakumisu |
| 2024-01-25 | support hci usb h4 for usb bluetooth | sakumisu |
| 2024-01-23 | fix actual len position | sakumisu |
| 2024-01-16 | add usbd init and deinit event macro | sakumisu |
| 2024-01-14 | add ecm device write and read api | sakumisu |
| 2024-01-09 | fix cdc ecm zlp check | sakumisu |
| 2024-01-09 | update bluetooth rx callback, add zephyr bluetooth stack porting | sakumisu |
| 2024-01-08 | support multi USB IP for host | sakumisu |
| 2024-01-06 | support usb ble host | sakumisu |
| 2024-01-06 | dwc2: ctrl and bulk no need nak irq, when intr calls nak, retry by user | sakumisu |
| 2024-01-06 | rename CONFIG_USBDEV_MSC_BLOCK_SIZE to CONFIG_USBDEV_MSC_MAX_BUFSIZE | sakumisu |
| 2023-12-24 | add usbh_deinitialize api | sakumisu |
| 2023-12-19 | create lwip rx thread by user | sakumisu |
| 2023-12-16 | remove vendor host class because its version is too old | sakumisu |
| 2023-12-16 | remove mtp & printer class | sakumisu |
| 2023-12-05 | update hc template | sakumisu |
| 2023-12-05 | add usb errno, do not use system errno | sakumisu |
| 2023-12-01 | add config for rndis & ecm thread | sakumisu |
| 2023-11-24 | delete lwip rx thread in self | sakumisu |
| 2023-11-22 | add mutex for ep0 urb to avoid multithreading | sakumisu |
| 2023-11-22 | reset rx length when pbuf allocs failed | sakumisu |
| 2023-11-22 | add some delay to avoid too much error log when device is disconnected | sakumisu |
| 2023-11-22 | add ecm and rndis thread delete for dynamic netif | sakumisu |
| 2023-11-20 | make hub_set_feature and hub_clear_feature api public | 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 | fix ecm mac buffer size | sakumisu |
| 2023-11-13 | fix rndis query & set msg wLength, only support one rndis device | sakumisu |
| 2023-11-13 | check and execute modeswitch first | sakumisu |
| 2023-11-13 | fix class api name | sakumisu |
| 2023-11-13 | add ecm host demo | 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-03 | check qtd active status to fix nbytes = 0 in nak or ping status | sakumisu |
| 2023-10-12 | osal: add USB_OSAL_WAITING_FOREVER for Semaphore and Queue use | Zhihong Chen |
| 2023-09-07 | Update hcd-ehci, dcd-dwc2 and examples. | Wayne Lin |
| 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 |