index
:
tinyusb.git
cdc_persistent
claude/adoring-pasteur-kbaFa
claude/arm-cortex-etm-jttace-4fr29r
claude/ci-hs-set-address-order
claude/mtp-data-phase-fixes
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
/
tinyusb
/
class
/
msc_device.c
Age
Commit message (
Expand
)
Author
2018-03-06
move class files
hathach
2018-03-06
rename hal_dcd_pipe_stall()
hathach
2018-03-06
rename to hal_dcd_pipe_xfer()
hathach
2018-03-06
change hal_dcd_pipe_open() signature to return bool
hathach
2018-03-06
remove class code in pipe open()
hathach
2018-03-06
rename to hal_dcd_control_xfer() and hal_dcd_control_stall()
hathach
2018-03-02
add tud_mount_cb, tud_umount_cb
hathach
2018-03-01
device API rename
hathach
2014-04-24
correct dcd_pipe_is_busy to use list_qtd_idx[] instead of qtd_overlay
hathach
2014-03-31
implement & document all the device class _mounted_cb & _unmounted_cb callbacks
hathach
2014-03-22
rename dcd_11u_13u_qhd_t::total_bytes to nbytes to prevent confusion
hathach
2014-03-21
clean ATTR_USB_MIN_ALIGNMENT on application and most of device except the msc...
hathach
2014-03-18
clean up
hathach
2014-03-13
remove legacy code of msc_device.c read10 & write10
hathach
2014-03-12
a fix to IAR's incapability to force struct's member on specified alignment
hathach
2014-03-12
IAR line ending warning
hathach
2014-03-10
change IAR TUSB_CFG_ATTR_USBRAM to _Pragma("location=\".ahb_sram1\"") instead...
hathach
2014-03-09
rename tusbd_msc_scsi_received_isr to tusbd_msc_scsi_cb
hathach
2013-12-13
able to get connect status change interrupt occured
hathach
2013-12-09
add keyboard led mask
hathach
2013-12-01
fix potential wrong endpoint handle for stalling unsupported scsi command
hathach
2013-12-01
correct stall & clear stall behavior for non-control pipe
hathach
2013-11-30
completely change the dcd for lpc11u & lpc13u to overcome the fact that lpc11...
hathach
2013-11-26
house keeping
hathach
2013-11-26
change endian conversion to native to be & be to native
hathach
2013-11-25
refractor usbd task
hathach
2013-11-21
refractor usbd-dcd callback, add bus event isr
hathach
2013-11-15
fix build error with device 43xx
hathach
2013-11-14
complete double buffering for queueing xfer for lpc11u/13u requried by msc de...
hathach
2013-11-13
able to build and run cdc device demo on lpc11uxx
hathach
2013-11-05
msc add support
hathach
2013-11-01
added support for
hathach
2013-11-01
add dcd pipe clear stall
hathach
2013-11-01
implement msc device class
hathach