Add function to parse a string in dfu format
The dfu command parses a string which contains a list of
devices and flags. This format is useful for other users
aswell, so add common helper functions to parse it and
let the dfu command use this format.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent 55ebc38 commit 057a57448debbb942babf0a307294a9022863760
@Sascha Hauer Sascha Hauer authored on 17 Jul 2014
Showing 8 changed files
View
commands/dfu.c
View
common/Kconfig
View
common/Makefile
View
common/file-list.c 0 → 100644
View
drivers/usb/gadget/Kconfig
View
drivers/usb/gadget/dfu.c
View
include/file-list.h 0 → 100644
View
include/usb/dfu.h