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_host.h
Age
Commit message (
Expand
)
Author
2026-07-02
license: use SPDX identifiers for src/ headers (#3749)
Ha Thach
2025-12-11
refactor usbh_class_driver_t's open() to return number of driver len instead ...
hathach
2025-09-17
Update weak callbacks to new syntax
HiFiPhile
2024-11-26
add buffer note for host msc api
hathach
2024-11-26
msc host work ok with p4 dma
hathach
2024-03-22
implement tuh_init()
hathach
2024-03-22
adding deinit() stub for usbh/hcd class driver
hathach
2023-09-28
fix esp32 msc example
hathach
2023-03-17
fix trailing space and new line
hathach
2022-12-04
Fix typos
Bastien Nocera
2022-11-23
rework tuh_msc_complete_cb_t signature to use new tuh_msc_complete_data_t
hathach
2022-11-21
whitespace
hathach
2021-08-20
change host driver open return type to bool
hathach
2021-06-28
change usbh open driver to have max_len and return driver len
hathach
2021-05-27
more include clean up
hathach
2021-05-22
implement hid host set report with control transfer
hathach
2021-05-18
make tuh_msc_mount_cb() tuh_msc_unmount_cb() as weak callback
hathach
2021-05-18
rename var to be consistent
hathach
2021-02-23
host msc: call read_capacity as part of enumeration
hathach
2021-02-23
clean up host msc
hathach
2021-02-23
Merge pull request #575 from nwlab/yaa/msc_read
Ha Thach
2021-02-23
update function comment
hathach
2021-02-23
rename tuh_msc_scsi_inquiry() to tuh_msc_inquiry()
hathach
2020-12-23
Added MSC read10 and write10 function
Yakovenko Andrey
2020-11-01
added host set_config driver
hathach
2020-10-13
more clean up
hathach
2020-10-13
clean up
hathach
2020-10-13
implement tuh_msc_scsi_inquiry() / tuh_msc_read_capacity() / tuh_msc_get_maxl...
hathach
2020-10-13
rework msc host
hathach
2020-09-06
change xfer_cb return type from void to bool
hathach
2020-09-05
defer xfer_isr to xfer_cb
hathach
2020-09-03
fix #449 remove obsolete pipehandle from hid host
hathach
2020-01-15
Normalize line endings
Nathan Conrad
2019-05-14
update license year to 2019
hathach
2019-03-27
cleanup, remove the use of _TINY_USB_SOURCE_FILE_
hathach
2019-03-20
migrate license from BSD 3 clause to MIT
hathach
2018-12-14
clean up compiler attribute
hathach
2018-12-11
remove pipe handle in host msc
hathach
2018-12-10
host msc built but got hardfault with inquiry command
hathach
2018-12-07
able to build with host msc
hathach
2018-11-23
rename xfer complete enum
hathach
2018-11-23
rename tusb_event_t to xfer_result_t
hathach
2018-11-22
rename CFG_TUSB_MEM_SECTION to CFG_TUSB_MEM_SECTION
hathach
2018-06-18
rename subfolder source to src
hathach