index
:
tinyusb.git
cdc_persistent
claude/adoring-pasteur-kbaFa
claude/arm-cortex-etm-jttace-4fr29r
claude/audio-fifo-priming
claude/mtp-data-phase-fixes
claude/usbh-enum-timeout
claude/wch-ch569-ch32h417-usb3
codex/class-reference-docs
codex/dfu-buffer-fix
copilot/fix-hil-tinyusb-job
dcd_ch32hs_spd
gh-pages
hil-openocd-recover-flasher
master
merge_os
port-embos
raw_gadget_review
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 (
Collapse
)
Author
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
The ProtoThreads style subtasks were removed because it led to extremely unclear control flow. RTOSes can be used if threading is needed. Also added some additional functionality to MSC to support dynamic LUNs and read-only LUNs.
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 ↵
hathach
support command
2018-07-26
add tud_msc_set_sense(), update msc device to reponse with default sense ↵
hathach
(illegal request) when there is issue with scsi command
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 ↵
hathach
unsupported scsi command
2018-07-04
add CFG_TUD_MSC_VENDOR,CFG_TUD_MSC_PRODUCT, CFG_TUD_MSC_PRODUCT_REV for msc ↵
hathach
inquiry response
2018-06-18
rename subfolder source to src
hathach