fwupd/plugins/dfu
Richard Hughes 57746cb839 Add the Meson build system as an alternate to autotools
Automake and autoconf are impossible to fully understand and Meson now provides
everything we need for a much smaller, faster, and more understandable build.

See http://mesonbuild.com/ for more information.
2017-04-12 16:35:18 +01:00
..
fu-plugin-dfu.c trivial: Use unique profiling IDs in plugins 2016-12-15 12:55:21 +00:00
Makefile.am fix dfu plugin loading 2016-12-13 13:19:55 -06:00
meson.build Add the Meson build system as an alternate to autotools 2017-04-12 16:35:18 +01:00
README.md Convert the providers to plugins to simplify code and for future features 2016-12-12 12:31:23 +00:00

DFU Support

Introduction

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

DFU support is supported directly by this project with the embedded libdfu library.