summaryrefslogtreecommitdiff
path: root/class
AgeCommit message (Expand)Author
2022-09-09complete hub intr transfersakumisu
2022-09-09refactor usb host stack: hcd api, hub process and usb no cache ram processsakumisu
2022-09-08remove custom handler, split class handler into interface and endpointsakumisu
2022-08-20refactor usb device intf and ep registersakumisu
2022-08-19give up class registersakumisu
2022-08-19delete ununsed commentsakumisu
2022-08-19replace addr and len with start_sector and nsectorssakumisu
2022-08-19get linecoding by userssakumisu
2022-08-18delete hid statesakumisu
2022-08-18delete sof callbacksakumisu
2022-08-18Simplify the license rows, standardize header macro namesakumisu
2022-08-17remove comments to reduce rowssakumisu
2022-08-12add mount callback for device, move tests in mount callbacksakumisu
2022-08-11fix clock source process in uac2.0sakumisu
2022-07-31merge class rx setup functions into onesakumisu
2022-07-31add nocache ram config when enable dcachesakumisu
2022-07-28refactor dcd api and ep in/out irq callback processsakumisu
2022-07-19fix cdc logsakumisu
2022-06-28update hid functions registersakumisu
2022-06-28support multi cdc_acm classsakumisu
2022-06-16delete unused retsakumisu
2022-06-15fix warningssakumisu
2022-06-15copy data from misalign addr to align32 addr when use dma with dcachesakumisu
2022-06-07remove &sakumisu
2022-05-25add video_entity_info structsakumisu
2022-05-25info level log to debug levelsakumisu
2022-05-22fix -Wformat warningsakumisu
2022-05-22alloc class name after the necessary commands are completedsakumisu
2022-05-21complete msc device with ossakumisu
2022-05-15add thread process for msc devicesakumisu
2022-05-14add initial printer、mtp、template class driversakumisu
2022-04-17[AX88772C] porting for RT-Thread lwip netif.aozima
2022-04-17[AX88772C] add axusbnet thread, can recv and send.aozima
2022-04-17[AX88772C] porting base api.aozima
2022-04-17[AX88772C] add class driver.aozima
2022-04-17[AX88772C] porting for CherryUSB.aozima
2022-04-17[AX88772C] import asix.h from www.asix.com.twaozima
2022-04-15replace malloc with usb_mallocsakumisu
2022-04-13disable sampling rate which outweigh 48ksakumisu
2022-04-12add entity_id param for audio functionsakumisu
2022-04-11add custom msc inquiry infosakumisu
2022-04-09update audio class driversakumisu
2022-04-08add audio2.0 support and templatesakumisu
2022-04-04add air724 host driversakumisu
2022-04-04add usb rndis host driversakumisu
2022-04-04Standardized function parameter with xxx_classsakumisu
2022-04-04add class driver export macro controlsakumisu
2022-04-01fix size_t compile errorsakumisu
2022-03-31fixed osal critical section protect adapt 64bits CPU.xieyangrun
2022-03-27clean compiler warning.aozima