summaryrefslogtreecommitdiff
path: root/class/msc
AgeCommit message (Expand)Author
2024-03-28fix msc buf overflow because of SCSICMD_INQUIRY_SIZEOFsakumisu
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-30update log tagsakumisu
2024-01-16add usbd init and deinit event macrosakumisu
2024-01-06rename CONFIG_USBDEV_MSC_BLOCK_SIZE to CONFIG_USBDEV_MSC_MAX_BUFSIZEsakumisu
2023-12-05add usb errno, do not use system errnosakumisu
2023-11-16refactor urb, add ep & hport in urb to make hardware pipe more reusablesakumisu
2023-11-13check and execute modeswitch firstsakumisu
2023-11-04support usb modeswitchsakumisu
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-08-05fix function namesakimisu
2023-07-12use static memory to malloc & free classsakimisu
2023-07-11add msc popup functionsakumisu
2023-06-21format class struct and global variable namesakimisu
2023-06-21export cdc/msc/rndis/mtp mps, configured by usersakimisu
2023-05-19修复requestsense设定数据长度错误的问题heyuanjie87
2023-05-17call usbh_xxx_stop when class enumerates completelysakimisu
2023-03-16fix print logsakumisu
2023-03-12format codesakimisu
2023-03-11[update] Improve the compatibility of USB flash drive enumeration。zhouji
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