fwupd/plugins/dfu
2018-05-03 19:58:31 +01:00
..
contrib trivial: Fix the comments in the DFU quirk file to be more helpful 2017-11-16 15:30:30 +00:00
fuzzing trivial: Add the generated SREC examples for easy fuzzing 2018-05-01 09:53:10 +01:00
tests Add support for parsing Motorola S-record files 2018-05-01 09:16:19 +01:00
dfu-chunked.c dfu: Fix a potential divide by zero issue 2017-11-07 09:41:07 +00:00
dfu-chunked.h dfu: Add DfuChunked 2017-10-31 18:30:05 +00:00
dfu-cipher-xtea.c trivial: Add some common functionality from reading and writing to a buffer 2017-12-08 20:07:09 +00:00
dfu-cipher-xtea.h trivial: Move the libdfu sources to the dfu plugin 2017-09-07 18:39:23 +01:00
dfu-common.c Add support for parsing Motorola S-record files 2018-05-01 09:16:19 +01:00
dfu-common.h Add support for parsing Motorola S-record files 2018-05-01 09:16:19 +01:00
dfu-device-private.h dfu: Remove DfuContext 2017-12-04 17:00:22 +00:00
dfu-device.c trivial: Show the VID and PID when failing to add a USB device 2018-04-19 20:15:09 +01:00
dfu-device.h Move the FuQuirks reference down from DfuDevice to FuDevice 2017-12-11 10:47:18 +00:00
dfu-element.c trivial: Use the error domain from libfwupd 2017-09-08 13:33:34 +01:00
dfu-element.h trivial: Remove the GObjectClass padding for private objects 2017-10-28 15:18:35 +01:00
dfu-firmware.c Add support for parsing Motorola S-record files 2018-05-01 09:16:19 +01:00
dfu-firmware.h Add support for parsing Motorola S-record files 2018-05-01 09:16:19 +01:00
dfu-format-dfu.c trivial: C99ify more for-loops 2017-09-28 09:23:52 +01:00
dfu-format-dfu.h trivial: Move the libdfu sources to the dfu plugin 2017-09-07 18:39:23 +01:00
dfu-format-dfuse.c trivial: C99ify more for-loops 2017-09-28 09:23:52 +01:00
dfu-format-dfuse.h trivial: Move the libdfu sources to the dfu plugin 2017-09-07 18:39:23 +01:00
dfu-format-ihex.c dfu: Fix a potential DoS by limiting filling holes to 1MiB 2018-05-01 11:35:53 +01:00
dfu-format-ihex.h trivial: Move the libdfu sources to the dfu plugin 2017-09-07 18:39:23 +01:00
dfu-format-metadata.c trivial: C99ify more for-loops 2017-09-28 09:23:52 +01:00
dfu-format-metadata.h trivial: Move the libdfu sources to the dfu plugin 2017-09-07 18:39:23 +01:00
dfu-format-raw.c trivial: Use the error domain from libfwupd 2017-09-08 13:33:34 +01:00
dfu-format-raw.h trivial: Move the libdfu sources to the dfu plugin 2017-09-07 18:39:23 +01:00
dfu-format-srec.c dfu: Allow parsing SREC files without the optional S5 record 2018-05-03 19:58:31 +01:00
dfu-format-srec.h Add support for parsing Motorola S-record files 2018-05-01 09:16:19 +01:00
dfu-image.c trivial: C99ify more for-loops 2017-09-28 09:23:52 +01:00
dfu-image.h trivial: Remove the GObjectClass padding for private objects 2017-10-28 15:18:35 +01:00
dfu-patch.c trivial: Use the error domain from libfwupd 2017-09-08 13:33:34 +01:00
dfu-patch.h trivial: Remove the GObjectClass padding for private objects 2017-10-28 15:18:35 +01:00
dfu-sector-private.h trivial: Move the libdfu sources to the dfu plugin 2017-09-07 18:39:23 +01:00
dfu-sector.c trivial: Remove all the DFU API versioning information 2017-09-08 10:32:22 +01:00
dfu-sector.h trivial: Remove the GObjectClass padding for private objects 2017-10-28 15:18:35 +01:00
dfu-self-test.c Add support for parsing Motorola S-record files 2018-05-01 09:16:19 +01:00
dfu-target-avr.c Move the FuQuirks reference down from DfuDevice to FuDevice 2017-12-11 10:47:18 +00:00
dfu-target-avr.h dfu: Add support for one type of AVR32 device 2017-10-31 18:30:05 +00:00
dfu-target-private.h trivial: Remove the use of GCancellable in the dfu plugin 2017-12-04 17:00:22 +00:00
dfu-target-stm.c trivial: Remove the use of GCancellable in the dfu plugin 2017-12-04 17:00:22 +00:00
dfu-target-stm.h dfu: Split out the STM functionality to a new file 2017-10-31 18:30:05 +00:00
dfu-target.c trivial: Remove DfuMode 2017-12-04 17:00:22 +00:00
dfu-target.h trivial: Move the detach and attach to the DFU client tool 2017-12-04 17:00:22 +00:00
dfu-tool.c trivial: Fix a tiny memory leak when using 'dfu-tool dump' 2018-04-30 11:22:47 +01:00
dfu-tool.h2m use help2man for dfu-tool too 2018-02-09 17:26:18 +00:00
dfu.quirk trivial: Move the USB quirks from FuPlugin to FuUsbDevice 2017-12-11 10:47:18 +00:00
fu-plugin-dfu.c Move the FuQuirks reference down from DfuDevice to FuDevice 2017-12-11 10:47:18 +00:00
fuzzing.md Add support for parsing Motorola S-record files 2018-05-01 09:16:19 +01:00
meson.build Add support for parsing Motorola S-record files 2018-05-01 09:16:19 +01:00
README.md trivial: Move the libdfu sources to the dfu plugin 2017-09-07 18:39:23 +01:00

DFU Support

Introduction

Device Firmware Update is a standard that allows USB devices to be easily and safely updated by any operating system.