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.c
Age
Commit message (
Expand
)
Author
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
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-09-01
add more logging to host stack
hathach
2020-05-19
usb0 host on mcb1800 work with fullspeed mode.
hathach
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
more endian convert
hathach
2019-05-14
clean up endian convert function
hathach
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-12
rename descriptor_* helper to tu_desc_*
hathach
2018-12-12
rename edpt_dir/number/addr to tu_edpt_*
hathach
2018-12-12
replace all hcd pipe close by hcd_device_remove
hathach
2018-12-11
more hcd_pipe to hcd_edpt rename
hathach
2018-12-11
rename to hcd_edpt_open()
hathach
2018-12-11
remove pipe handle in host msc
hathach
2018-12-10
fix msc host
hathach
2018-12-10
usbh name change
hathach
2018-12-10
host msc built but got hardfault with inquiry command
hathach
2018-12-10
clean up host pipe api
hathach
2018-12-07
rename MODE_HOST_SUPPORTED to TUSB_OPT_HOST_ENABLED
hathach
2018-12-07
able to build host hid
hathach
2018-12-07
able to build with host msc
hathach
2018-12-06
rename CFG_TUSB_HOST_CDC/MSC to CFG_TUH_CDC/MSC
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-10-23
clean up helper func
hathach
2018-07-26
add tud_msc_set_sense(), update msc device to reponse with default sense (ill...
hathach
2018-06-18
rename subfolder source to src
hathach
[prev]