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_device.h
Age
Commit message (
Expand
)
Author
2026-07-02
license: use SPDX identifiers for src/ headers (#3749)
Ha Thach
2025-10-28
fix Identifiers that start with '__' or '_[A-Z]' are reserved.
hathach
2025-09-17
Update weak callbacks to new syntax
HiFiPhile
2024-04-08
add class driver deinit
hathach
2021-07-22
rename CFG_TUD_DFU_TRANSFER_BUFSIZE to CFG_TUD_DFU_XFER_BUFSIZE
hathach
2021-07-15
wrap up DFU update
hathach
2021-07-14
rename tud_dfu_reboot_cb() to tud_dfu_detach_cb()
hathach
2021-07-14
rename dfu API
hathach
2021-07-12
rename tud_dfu_set_timeout_cb() to tud_dfu_get_status_cb()
hathach
2021-07-12
rename TUD_DFU_MODE_DESCRIPTOR to TUD_DFU_DESCRIPTOR
hathach
2021-07-12
add alt to tud_dfu_abort_cb()
hathach
2021-07-08
Add bwPollTimeout set callback, postpone download callback after GETSTATUS
Mengsk
2021-07-07
Refactor with one DFU functionnal descriptor
HiFiPhile
2021-07-07
Reactor to one functional descriptor.
Mengsk
2021-07-07
Add DFU_DETACH support
Mengsk
2021-07-07
Update comment
Mengsk
2021-07-07
Better alt settings support
Mengsk
2021-07-06
Update
MasterPhi
2021-07-05
Add alt settings support in DFU class.
Mengsk
2021-05-27
include clean up
hathach
2021-05-05
Add example to be tested
Jeremiah McCarthy
2021-04-29
Fix typo and clean up reset
Jeremiah McCarthy
2021-04-22
Removes polltimeout behaviour and restructures
Jeremiah McCarthy
2021-04-22
Remove custom status description table
Jeremiah McCarthy
2021-04-22
Remove uunused code
Jeremiah McCarthy
2021-04-22
Remove usb reset callback
Jeremiah McCarthy
2021-04-22
Remove nonstd behaviour
Jeremiah McCarthy
2021-04-22
Replace dfu_mode with dfu
Jeremiah McCarthy