summaryrefslogtreecommitdiff
path: root/class/msc/usbd_msc.c
AgeCommit message (Expand)Author
2025-01-20feat(osal): add argument macro for different os, especially for nuttxsakumisu
2024-09-19fix(class/msc/usbd_msc): fix warning and add check for CONFIG_USBDEV_MSC_MAX_...sakumisu
2024-09-02fix(class/msc/usbd_msc): fix missing return valuesakumisu
2024-08-21fix: fix -Wunused-parameter warning with -Wextra cflagsakumisu
2024-08-08fix(class/msc/usbd_msc): fix spellingsakumisu
2024-08-08feat(class/msc/usbd_msc): add msc polling mode to move read & write from isr ...sakumisu
2024-02-23class: msc: stage change should be before usbd_ep_start_write()Zhihong Chen
2024-02-06support multi port api for devicesakumisu
2024-02-06class: msc device: support multi lunZhihong Chen
2024-01-16add usbd init and deinit event macrosakumisu
2024-01-06rename CONFIG_USBDEV_MSC_BLOCK_SIZE to CONFIG_USBDEV_MSC_MAX_BUFSIZEsakumisu
2023-10-12osal: add USB_OSAL_WAITING_FOREVER for Semaphore and Queue useZhihong Chen
2023-08-29implement msc device thread,remove other unused os threadsakimisu
2023-07-11add msc popup functionsakumisu
2023-06-21format class struct and global variable namesakimisu
2023-01-15fix class get data due to 528d8dc9d6d2c1150b9f78dfc0c512745185dc4csakimisu
2022-12-11add usb tx rx thread for devicesakimisu
2022-10-20remove intf mallocsakumisu
2022-10-14remove duplicate macrossakumisu
2022-09-25add msc readonly featuresakumisu
2022-09-25fix msc process in ossakumisu
2022-09-17fix msc sector numsakumisu
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-07-31add nocache ram config when enable dcachesakumisu
2022-07-28refactor dcd api and ep in/out irq callback processsakumisu
2022-06-07remove &sakumisu
2022-05-21complete msc device with ossakumisu
2022-05-15add thread process for msc devicesakumisu
2022-04-11add custom msc inquiry infosakumisu
2022-03-17move buffer malloc in initsakumisu
2022-03-11fix msc buffer alloc when memset usbd_msc_cfgsakumisu
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-08format codessakimisu
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
2021-12-04fix doxygen user namesakumisu
2021-11-29refactor usb class structuresakumisu
2021-11-14modify print log,add USBD_LOG_INFO forever printsakumisu
2021-11-09update sense code for processwrite and processreadsakumisu
2021-11-09refactor msc scsi processsakumisu
2021-09-28add usb hs support,add bos and msosv2 descriptor registersakumisu
2021-07-10first commitjzlv