summaryrefslogtreecommitdiff
path: root/src/class/dfu/dfu_rt_device.c
AgeCommit message (Expand)Author
2026-07-02license: use SPDX identifiers for src/ headers (#3749)Ha Thach
2024-11-21- move freertos_hooks to board.chathach
2024-04-08add class driver deinithathach
2023-08-02default class driver log level to CFG_TUH/TUD_LOG_LEVEL allow application to ...hathach
2023-01-13fix: Replace device calls to memcpy with tu_memcpy_sNathaniel Brough
2022-02-25rename TUSB_OPT_DEVICE_ENABLED to CFG_TUD_ENABLEDhathach
2021-07-15wrap up DFU updatehathach
2021-05-27include clean uphathach
2021-04-22Move debug from .h to .cJeremiah McCarthy
2021-04-12Remove DFU mode and rtJeremiah McCarthy
2021-04-07Revise per initial commentsJeremiah McCarthy
2021-04-05Add DFU runtime and mode "class"Jeremiah McCarthy
2021-04-05Separate DFU RT and Mode. UntestedJeremiah McCarthy
2021-04-05Fix incorrect DNLOAD request len passed to appJeremiah McCarthy
2021-03-26Minor cleanupJeremiah McCarthy
2021-03-26Add DFU Class per Version 1.1 SpecJeremiah McCarthy
2021-02-11rename dfu_rt to dfu_runtime for easy readinghathach
2020-11-20migrate dfu runtime device to new control xfer cbhathach
2020-07-01fix dfu-rt to response to SET_INTERFACE and DFU_GETSTATUShathach
2020-05-28rename to drv_len to be consistenthathach
2020-05-28change signature for dfu runtimehathach
2020-04-15use class driver open() for interface support detectionhathach
2019-11-27fix #229hathach
2019-10-28Add support for DFU Runtime class for devicesSylvain Munaut