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
/
tinyusb
/
class
/
cdc_device.c
Age
Commit message (
Expand
)
Author
2018-03-06
move class files
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
rename tud_configured() to mounted()
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-04-17
clean up STATIC_VAR
hathach
2014-03-31
implement & document all the device class _mounted_cb & _unmounted_cb callbacks
hathach
2014-03-21
clean ATTR_USB_MIN_ALIGNMENT on application and most of device except the msc...
hathach
2014-03-21
clean up some device warnings
hathach
2014-03-10
change IAR TUSB_CFG_ATTR_USBRAM to _Pragma("location=\".ahb_sram1\"") instead...
hathach
2013-12-09
complete dcd 17xx control xfer with soft DMA
hathach
2013-12-09
add keyboard led mask
hathach
2013-12-01
change class_ixr to class_cb
hathach
2013-11-21
clean up
hathach
2013-11-21
refractor usbd-dcd callback, add bus event isr
hathach
2013-11-11
remove xfer_type in endpoint_handle_t
hathach
2013-11-08
add tusbd_cdc_is_busy
hathach
2013-11-08
add windows driver for cdc
hathach