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
/
examples
/
device
/
msc_dual_lun
/
src
/
msc_disk_dual.c
Age
Commit message (
Expand
)
Author
2025-10-16
fix some warnings detected by pvs-studio
hathach
2025-08-01
Update examples/device/msc_dual_lun/src/msc_disk_dual.c
Ha Thach
2025-08-01
add bufsize to tud_msc_inquiry2_cb()
hathach
2025-07-11
add tud_msc_inquiry2_cb() for full inquiry response
hathach
2025-04-17
fix iar make build with stm32 l0, f2, f3, u5, wb
hathach
2024-05-20
try fixing codeql
hathach
2024-05-20
- update ch203 family to allow to specify flash and ram size. Introduce
hathach
2023-08-03
rename hw/bsp/board.h to board_api.h
hathach
2023-03-17
fix trailing space and new line
hathach
2022-06-27
fix all device examples warnings
hathach
2022-02-15
msc example response PREVENT_ALLOW_MEDIUM_REMOVAL command as unsupported command
hathach
2021-08-28
fix msc example with out of bound lba (due to compliant test)
hathach
2021-08-28
correct msc example return type of tud_msc_scsi_cb()
hathach
2021-08-27
update msc driver to pass MSC BOT error recovery compliant test
hathach
2019-09-11
fix #130
hathach
2019-09-09
Set MSC DISK DUAL readonly on F070.
Nathan Conrad
2019-09-06
lpc11u37 supported
hathach
2019-07-24
change tud_msc_start_stop_cb() to return void -> bool
hathach
2019-05-14
update license year to 2019
hathach
2019-05-06
adding msc Start Stop to buitin command, but not complate yet
hathach
2019-05-06
add Test Unit Ready to builtin command, add tud_msc_test_unit_ready_cb()
hathach
2019-05-03
add tud_msc_inquiry_cb() remove CFG_TUD_MSC_VENDOR/PRODUCT/PRODUCT_REV
hathach
2019-04-26
clean up disk image
hathach
2019-04-26
add msc multiple lun support
hathach
2019-04-26
adding msc dual lun example
hathach