index
:
cherryusb.git
gh-pages
master
release/v1.3
release/v1.4
release/v1.5
release/v1.6
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
class
/
msc
/
usbd_msc.c
Age
Commit message (
Expand
)
Author
2026-04-21
fix(class/msc/usbd_msc): fix inquiry80 size
sakumisu
2026-02-03
style(class): remove device warning logs for memory
sakumisu
2025-07-16
style: remove some logs
sakumisu
2025-06-17
msc: add support for SCSI_CMD_SYNCHCACHE10 (0x35) to fix unsupported command ...
KK
2025-04-28
update(class): add weak api to avoid undefine symbol(not use such class but add)
sakumisu
2025-04-22
refactor(class/usbd_msc): replace cherryrb with only variable
sakumisu
2025-03-28
update: add usb align up for every buffer when use dcache clean&invalid api
sakumisu
2025-01-20
feat(osal): add argument macro for different os, especially for nuttx
sakumisu
2024-09-19
fix(class/msc/usbd_msc): fix warning and add check for CONFIG_USBDEV_MSC_MAX_...
sakumisu
2024-09-02
fix(class/msc/usbd_msc): fix missing return value
sakumisu
2024-08-21
fix: fix -Wunused-parameter warning with -Wextra cflag
sakumisu
2024-08-08
fix(class/msc/usbd_msc): fix spelling
sakumisu
2024-08-08
feat(class/msc/usbd_msc): add msc polling mode to move read & write from isr ...
sakumisu
2024-02-23
class: msc: stage change should be before usbd_ep_start_write()
Zhihong Chen
2024-02-06
support multi port api for device
sakumisu
2024-02-06
class: msc device: support multi lun
Zhihong Chen
2024-01-16
add usbd init and deinit event macro
sakumisu
2024-01-06
rename CONFIG_USBDEV_MSC_BLOCK_SIZE to CONFIG_USBDEV_MSC_MAX_BUFSIZE
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-07-11
add msc popup function
sakumisu
2023-06-21
format class struct and global variable name
sakimisu
2023-01-15
fix class get data due to 528d8dc9d6d2c1150b9f78dfc0c512745185dc4c
sakimisu
2022-12-11
add usb tx rx thread for device
sakimisu
2022-10-20
remove intf malloc
sakumisu
2022-10-14
remove duplicate macros
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-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-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-07
remove &
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-03-17
move buffer malloc in init
sakumisu
2022-03-11
fix msc buffer alloc when memset usbd_msc_cfg
sakumisu
2022-02-24
gdd memory align32 for variable in structure
sakumisu
2022-02-12
add static to embelish request handler
sakumisu
2022-02-09
update msc scsi macro
jzlv
2022-02-08
format codes
sakimisu
2022-01-15
update license
sakumisu
2022-01-15
add usb debug level control and color display
sakumisu
2022-01-15
optimise out data read for cbw and process_write
sakumisu
[next]