fwupd/libdfu
Richard Hughes 3ae417b960 Add a set-address command to dfu-util
This allows us to set the start address of DfuSe elements.
2016-08-23 09:55:39 +01:00
..
examples libdfu: Add an example showing GObject Introspection 2015-11-23 14:16:03 +00:00
fuzzing trivial: Add some fuzzing examples for libdfu 2015-12-06 16:27:16 +00:00
dfu-cipher-devo.c Support the 'DEVO' cipher kind in libdfu 2016-08-23 09:28:10 +01:00
dfu-cipher-devo.h Support the 'DEVO' cipher kind in libdfu 2016-08-23 09:28:10 +01:00
dfu-cipher-xtea.c trivial: Split out the XTEA cipher to a new file 2016-08-23 08:59:02 +01:00
dfu-cipher-xtea.h trivial: Split out the XTEA cipher to a new file 2016-08-23 08:59:02 +01:00
dfu-common.c trivial: Add DFU_CIPHER_KIND_DEVO 2016-08-23 09:53:39 +01:00
dfu-common.h trivial: Add DFU_CIPHER_KIND_DEVO 2016-08-23 09:53:39 +01:00
dfu-context.c Add another compile warning and fix up any build failures 2016-07-27 16:57:36 +01:00
dfu-context.h libdfu: Add dfu_context_get_device_by_platform_id() 2015-11-24 18:33:40 +00:00
dfu-device-private.h Only claim the DFU interface when required 2016-06-08 16:42:49 +01:00
dfu-device.c Add another compile warning and fix up any build failures 2016-07-27 16:57:36 +01:00
dfu-device.h libdfu: Show the DFU protocol version in 'dfu-tool list' 2016-06-08 15:14:06 +01:00
dfu-element.c Add a set-address command to dfu-util 2016-08-23 09:55:39 +01:00
dfu-element.h Add a set-target-size command to dfu-tool 2016-08-23 08:35:55 +01:00
dfu-error.c libdfu: Use a custom error domain 2015-11-14 17:34:08 +00:00
dfu-error.h libdfu: Improve the output of 'dfu-util list' 2015-11-20 12:30:53 +00:00
dfu-firmware.c Split out the DFU file formats to separate files 2016-08-17 17:46:15 +01:00
dfu-firmware.h Split out the DFU file formats to separate files 2016-08-17 17:46:15 +01:00
dfu-format-dfu.c trivial: Add DFU_CIPHER_KIND_DEVO 2016-08-23 09:53:39 +01:00
dfu-format-dfu.h Split out the DFU file formats to separate files 2016-08-17 17:46:15 +01:00
dfu-format-dfuse.c Split out the DFU file formats to separate files 2016-08-17 17:46:15 +01:00
dfu-format-dfuse.h Split out the DFU file formats to separate files 2016-08-17 17:46:15 +01:00
dfu-format-ihex.c trivial: Fix a crash when parsing IHEX files 2016-08-22 12:44:12 +01:00
dfu-format-ihex.h Split out the DFU file formats to separate files 2016-08-17 17:46:15 +01:00
dfu-format-metadata.c Split out the DFU file formats to separate files 2016-08-17 17:46:15 +01:00
dfu-format-metadata.h Split out the DFU file formats to separate files 2016-08-17 17:46:15 +01:00
dfu-format-raw.c Split out the DFU file formats to separate files 2016-08-17 17:46:15 +01:00
dfu-format-raw.h Split out the DFU file formats to separate files 2016-08-17 17:46:15 +01:00
dfu-image.c Split out the DFU file formats to separate files 2016-08-17 17:46:15 +01:00
dfu-image.h Add dfu_image_get_element_default() 2016-04-03 09:38:23 +01:00
dfu-sector-private.h libdfu: Support download and upload to ST DfuSe devices 2015-11-20 14:14:05 +00:00
dfu-sector.c Add another compile warning and fix up any build failures 2016-07-27 16:57:36 +01:00
dfu-sector.h libdfu: Use signals to propagate device state 2015-11-23 10:19:24 +00:00
dfu-self-test.c Split out the DFU file formats to separate files 2016-08-17 17:46:15 +01:00
dfu-target-private.h libdfu: Add an explicit 'attach' method 2015-11-27 10:54:26 +00:00
dfu-target.c Add another compile warning and fix up any build failures 2016-07-27 16:57:36 +01:00
dfu-target.h trivial: Remove all 'suspicious commas' 2016-03-18 12:33:47 +00:00
dfu-tool.c Add a set-address command to dfu-util 2016-08-23 09:55:39 +01:00
dfu.h libdfu: Add a context object to handle device hotplug 2015-11-23 13:53:06 +00:00
dfu.pc.in Split out the libdfu-devel package 2016-04-01 08:16:04 +01:00
fuzzing.md trivial: Add some fuzzing examples for libdfu 2015-12-06 16:27:16 +00:00
Makefile.am Support the 'DEVO' cipher kind in libdfu 2016-08-23 09:28:10 +01:00