summaryrefslogtreecommitdiff
path: root/src/class/dfu/dfu_rt_device.h
AgeCommit message (Collapse)Author
2021-02-11rename dfu_rt to dfu_runtime for easy readinghathach
also rename tud_dfu_rt_reboot_to_dfu to tud_dfu_runtime_reboot_to_dfu_cb
2020-11-20migrate dfu runtime device to new control xfer cbhathach
2020-05-28change signature for dfu runtimehathach
2020-04-15use class driver open() for interface support detectionhathach
tested with dfu_runtime
2019-10-28Add support for DFU Runtime class for devicesSylvain Munaut
This is really just a few descriptors and then answering to the request from the host to reboot into DFU mode. That latter part is delegated to the app since this is platform specific. Signed-off-by: Sylvain Munaut <[email protected]>