Commit Graph

8 Commits

Author SHA1 Message Date
Richard Hughes
bd81a89044 libdfu: Correctly erase DfuSe devices 2016-10-14 18:07:34 +01:00
Richard Hughes
99f61c827a libdfu: Add DfuAction enumerated value to represent a device action
This is a high level operation which is supposed to correlate with the
percentage change notification. Using the device DfuState or DfuStatus doesn't
work when doing dfuse operations.
2016-10-13 19:43:20 +01:00
Richard Hughes
a7398a7e90 Add DFU_CIPHER_KIND_RSA 2016-09-15 20:57:57 +01:00
Richard Hughes
e183bb9e81 trivial: Add DFU_CIPHER_KIND_DEVO 2016-08-23 09:53:39 +01:00
Richard Hughes
10d4c84fbd libdfu: Add DfuVersion enumerated values 2016-06-08 14:58:11 +01:00
Richard Hughes
4545dd70af libdfu: Add DfuCipher which is a property on a target and a firmware file
At the moment we're not doing anything smart other than looking at the
firmware filename, but in the future we might do something better.
2015-12-04 12:58:05 +00:00
Richard Hughes
6d79834c55 libdfu: Generate gtk-doc documentation 2015-11-14 16:51:53 +00:00
Richard Hughes
a3acd7f711 Add support for updating USB devices with DFU
This adds a private libdfu library and also a small utility program called
dfu-tool.
2015-11-12 17:32:48 +00:00