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
/
dfu
/
dfu_rt_device.c
Age
Commit message (
Expand
)
Author
2026-07-02
license: use SPDX identifiers for src/ headers (#3749)
Ha Thach
2024-11-21
- move freertos_hooks to board.c
hathach
2024-04-08
add class driver deinit
hathach
2023-08-02
default class driver log level to CFG_TUH/TUD_LOG_LEVEL allow application to ...
hathach
2023-01-13
fix: Replace device calls to memcpy with tu_memcpy_s
Nathaniel Brough
2022-02-25
rename TUSB_OPT_DEVICE_ENABLED to CFG_TUD_ENABLED
hathach
2021-07-15
wrap up DFU update
hathach
2021-05-27
include clean up
hathach
2021-04-22
Move debug from .h to .c
Jeremiah McCarthy
2021-04-12
Remove DFU mode and rt
Jeremiah McCarthy
2021-04-07
Revise per initial comments
Jeremiah McCarthy
2021-04-05
Add DFU runtime and mode "class"
Jeremiah McCarthy
2021-04-05
Separate DFU RT and Mode. Untested
Jeremiah McCarthy
2021-04-05
Fix incorrect DNLOAD request len passed to app
Jeremiah McCarthy
2021-03-26
Minor cleanup
Jeremiah McCarthy
2021-03-26
Add DFU Class per Version 1.1 Spec
Jeremiah McCarthy
2021-02-11
rename dfu_rt to dfu_runtime for easy reading
hathach
2020-11-20
migrate dfu runtime device to new control xfer cb
hathach
2020-07-01
fix dfu-rt to response to SET_INTERFACE and DFU_GETSTATUS
hathach
2020-05-28
rename to drv_len to be consistent
hathach
2020-05-28
change signature for dfu runtime
hathach
2020-04-15
use class driver open() for interface support detection
hathach
2019-11-27
fix #229
hathach
2019-10-28
Add support for DFU Runtime class for devices
Sylvain Munaut