| Age | Commit message (Expand) | Author |
| 2023-12-05 | add usb errno, do not use system errno | sakumisu |
| 2023-11-16 | refactor urb, add ep & hport in urb to make hardware pipe more reusable | sakumisu |
| 2023-11-13 | check and execute modeswitch first | sakumisu |
| 2023-11-04 | support usb modeswitch | sakumisu |
| 2023-10-12 | osal: add USB_OSAL_WAITING_FOREVER for Semaphore and Queue use | Zhihong Chen |
| 2023-08-29 | implement msc device thread,remove other unused os thread | sakimisu |
| 2023-08-05 | fix function name | sakimisu |
| 2023-07-12 | use static memory to malloc & free class | sakimisu |
| 2023-07-11 | add msc popup function | sakumisu |
| 2023-06-21 | format class struct and global variable name | sakimisu |
| 2023-06-21 | export cdc/msc/rndis/mtp mps, configured by user | sakimisu |
| 2023-05-19 | 修复requestsense设定数据长度错误的问题 | heyuanjie87 |
| 2023-05-17 | call usbh_xxx_stop when class enumerates completely | sakimisu |
| 2023-03-16 | fix print log | sakumisu |
| 2023-03-12 | format code | sakimisu |
| 2023-03-11 | [update] Improve the compatibility of USB flash drive enumeration。 | zhouji |
| 2023-02-18 | move hub and hport variable into common ram to reduce nocache ram usage | sakumisu |
| 2023-01-15 | fix class get data due to 528d8dc9d6d2c1150b9f78dfc0c512745185dc4c | sakimisu |
| 2022-12-11 | add usb tx rx thread for device | sakimisu |
| 2022-11-26 | add host class run and stop callback | sakimisu |
| 2022-10-20 | remove intf malloc | sakumisu |
| 2022-10-14 | remove duplicate macros | sakumisu |
| 2022-10-01 | remove irq protect when allocates devnum | sakumisu |
| 2022-09-25 | add msc readonly feature | sakumisu |
| 2022-09-25 | fix msc process in os | sakumisu |
| 2022-09-17 | fix msc sector num | sakumisu |
| 2022-09-15 | add urb for msc class | sakumisu |
| 2022-09-14 | add interface altsetting struct | sakumisu |
| 2022-09-09 | refactor usb host stack: hcd api, hub process and usb no cache ram process | sakumisu |
| 2022-09-08 | remove custom handler, split class handler into interface and endpoint | sakumisu |
| 2022-08-20 | refactor usb device intf and ep register | sakumisu |
| 2022-08-19 | give up class register | sakumisu |
| 2022-08-19 | replace addr and len with start_sector and nsectors | 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-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-06-15 | fix warnings | sakumisu |
| 2022-06-07 | remove & | sakumisu |
| 2022-05-22 | alloc class name after the necessary commands are completed | sakumisu |
| 2022-05-21 | complete msc device with os | sakumisu |
| 2022-05-15 | add thread process for msc device | sakumisu |
| 2022-04-11 | add custom msc inquiry info | sakumisu |
| 2022-04-04 | Standardized function parameter with xxx_class | sakumisu |
| 2022-04-04 | add class driver export macro control | sakumisu |
| 2022-03-31 | fixed osal critical section protect adapt 64bits CPU. | xieyangrun |
| 2022-03-27 | clean compiler warning. | aozima |
| 2022-03-23 | update class driver info,support class driver export | jzlv |
| 2022-03-23 | psc thread use event instead,add timeout for transfer | jzlv |