summaryrefslogtreecommitdiff
path: root/class/msc
AgeCommit message (Expand)Author
2023-02-18move hub and hport variable into common ram to reduce nocache ram usagesakumisu
2023-01-15fix class get data due to 528d8dc9d6d2c1150b9f78dfc0c512745185dc4csakimisu
2022-12-11add usb tx rx thread for devicesakimisu
2022-11-26add host class run and stop callbacksakimisu
2022-10-20remove intf mallocsakumisu
2022-10-14remove duplicate macrossakumisu
2022-10-01remove irq protect when allocates devnumsakumisu
2022-09-25add msc readonly featuresakumisu
2022-09-25fix msc process in ossakumisu
2022-09-17fix msc sector numsakumisu
2022-09-15add urb for msc classsakumisu
2022-09-14add interface altsetting structsakumisu
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-19replace addr and len with start_sector and nsectorssakumisu
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-07-31add nocache ram config when enable dcachesakumisu
2022-07-28refactor dcd api and ep in/out irq callback processsakumisu
2022-06-15fix warningssakumisu
2022-06-07remove &sakumisu
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-04-11add custom msc inquiry infosakumisu
2022-04-04Standardized function parameter with xxx_classsakumisu
2022-04-04add class driver export macro controlsakumisu
2022-03-31fixed osal critical section protect adapt 64bits CPU.xieyangrun
2022-03-27clean compiler warning.aozima
2022-03-23update class driver info,support class driver exportjzlv
2022-03-23psc thread use event instead,add timeout for transferjzlv
2022-03-23expand msc tx_buffer to 64sakumisu
2022-03-19update host class driver struct: add hport.aozima
2022-03-17move buffer malloc in initsakumisu
2022-03-11fix msc buffer alloc when memset usbd_msc_cfgsakumisu
2022-02-24use hport setup to replace class setup,move out test demosakumisu
2022-02-24gdd memory align32 for variable in structuresakumisu
2022-02-12add static to embelish request handlersakumisu
2022-02-09update msc scsi macrojzlv
2022-02-09update scsisakumisu
2022-02-08format codessakimisu
2022-02-07replace ssize_t with intsakumisu
2022-02-06delete unused structsakumisu
2022-02-01add usb host stack(class not release completely)sakimusu
2022-01-15update licensesakumisu
2022-01-15add usb debug level control and color displaysakumisu
2022-01-15optimise out data read for cbw and process_writesakumisu