index
:
tinyusb.git
claude/adoring-pasteur-kbaFa
claude/arm-cortex-etm-jttace-4fr29r
claude/wch-ch569-ch32h417-usb3
copilot/fix-hil-tinyusb-job
dcd_ch32hs_spd
gh-pages
master
merge_os
port-embos
worktree-ch569-hydrausb3
xfer_isr_fallback
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
class
/
msc
/
msc.h
Age
Commit message (
Expand
)
Author
2026-07-02
license: use SPDX identifiers for src/ headers (#3749)
Ha Thach
2025-10-28
fix Identifiers that start with '__' or '_[A-Z]' are reserved.
hathach
2025-07-11
add tud_msc_inquiry2_cb() for full inquiry response
hathach
2023-06-28
Fix minor spelling
Devin Auclair
2023-03-17
fix trailing space and new line
hathach
2021-05-27
more include clean up
hathach
2020-12-20
Fix scsi_mode_sense6_t padding, which cause IAR compiler internal error.
HiFiPhile
2020-01-15
Normalize line endings
Nathan Conrad
2019-06-06
add TU_ prefix to compiler ATTR to prevent name conflict with application
hathach
2019-05-14
update license year to 2019
hathach
2019-03-20
migrate license from BSD 3 clause to MIT
hathach
2019-02-22
mscd: send scsi status before invoke read10/write10/scsi complete callback
hathach
2019-02-20
Fix write protected MSC. The bits were flipped.
Scott Shawcroft
2018-11-23
remove pragma GCC diagnostic
hathach
2018-11-09
Exempt from strict warnings for struct packing and add MCU options
Scott Shawcroft
2018-11-07
Add SAMD21 and SAMD51 support for CircuitPython.
Scott Shawcroft
2018-10-23
clean up msc device
hathach
2018-08-13
rename VERIFY to TU_VERIFY to avoid conflict with application
hathach
2018-07-26
rename some scsi command struct, add SCSI_CMD_MODE_SENSE_6 to built-in suppor...
hathach
2018-07-26
add tud_msc_set_sense(), update msc device to reponse with default sense (ill...
hathach
2018-07-25
add SCSI_CMD_REQUEST_SENSE into device msc built-in command
hathach
2018-07-25
clean up device msc
hathach
2018-07-25
update msc example
hathach
2018-07-25
add scsi start stop unit struct, improve device msc, correctly stall unsuppor...
hathach
2018-07-04
add CFG_TUD_MSC_VENDOR,CFG_TUD_MSC_PRODUCT, CFG_TUD_MSC_PRODUCT_REV for msc i...
hathach
2018-06-18
rename subfolder source to src
hathach