| Age | Commit message (Expand) | Author |
| 2022-11-06 | move malloc,free,printf macro into config.h | sakimisu |
| 2022-10-14 | add config for system errno.h | sakumisu |
| 2022-10-14 | remove duplicate macros | sakumisu |
| 2022-09-25 | fix gcc extension warning | sakumisu |
| 2022-09-25 | fix macro value | sakumisu |
| 2022-09-24 | add iso config in urb | sakumisu |
| 2022-09-22 | update | zhugengyu |
| 2022-09-17 | add usb3.0 speed support | sakumisu |
| 2022-09-14 | add mult config | sakumisu |
| 2022-09-12 | give up dcache enable macro | sakumisu |
| 2022-09-09 | refactor usb host stack: hcd api, hub process and usb no cache ram process | sakumisu |
| 2022-08-23 | delete dupliate | sakumisu |
| 2022-08-18 | Simplify the license rows, standardize header macro name | sakumisu |
| 2022-08-17 | remove comments to reduce rows | sakumisu |
| 2022-08-12 | add mount callback for device, move tests in mount callback | sakumisu |
| 2022-08-10 | use usb_iomalloc when alignsize is not equal 4 | sakumisu |
| 2022-07-31 | add nocache ram config when enable dcache | sakumisu |
| 2022-07-28 | refactor dcd api and ep in/out irq callback process | sakumisu |
| 2022-07-03 | update readme | sakumisu |
| 2022-07-02 | add some dcd api | sakumisu |
| 2022-06-25 | fix warning in 64bit cpu | sakumisu |
| 2022-06-14 | add sw init for os and hw init for host controller | sakumisu |
| 2022-06-04 | move log macros into usb_log.h,adjust header file inclusion order | sakumisu |
| 2022-06-02 | modify some config macro define. | WoodData |
| 2022-06-02 | fix endpoint buffer address set error bug.add print color define. | WoodData |
| 2022-04-08 | add aynsc transfer function | sakumisu |
| 2022-04-03 | add USB_LOG_RAW macro for printf | sakumisu |
| 2022-03-26 | add variable length param control for macros | sakumisu |
| 2022-03-23 | psc thread use event instead,add timeout for transfer | jzlv |
| 2022-03-11 | fix no newline warning | sakumisu |
| 2022-03-11 | move ep macros into usb_def.h | sakumisu |
| 2022-03-10 | add usb_dc_init declare in usb_dc.h,and add usbd_initialize to call it | sakumisu |
| 2022-02-25 | fix ep mps mask | sakumisu |
| 2022-02-24 | add macros for high speed iso and intr transfer with additional transaction | sakumisu |
| 2022-02-24 | gdd memory align32 for variable in structure | sakumisu |
| 2022-02-12 | update video device class driver | sakumisu |
| 2022-02-09 | update ehci driver | jzlv |
| 2022-02-09 | fix omissive _USB_MEM_H | jzlv |
| 2022-02-08 | format codes | sakimisu |
| 2022-01-30 | update malloc align size when use dcache | sakumisu |
| 2022-01-30 | add ehci and synopsys hcd driver | sakumisu |
| 2022-01-30 | add memory wrapper and errno util | sakumisu |
| 2022-01-15 | update license | sakumisu |
| 2022-01-15 | add usb debug level control and color display | sakumisu |
| 2021-11-29 | rename request recipient macro | sakumisu |
| 2021-11-29 | refactor usb class structure | sakumisu |
| 2021-11-16 | format code | sakumisu |
| 2021-11-14 | modify print log,add USBD_LOG_INFO forever print | sakumisu |
| 2021-11-09 | modify class request print log | sakumisu |
| 2021-09-28 | add usb hs support,add bos and msosv2 descriptor register | sakumisu |