Go to file
Adrian Bradianu 3d8b28b358 usb: Add CDC ACM and DFU class examples
CDC ACM sample class driver implements a virtual UART port.
SET_LINE_CODING, GET_LINE_CODING and SET_CONTROL_LINE_STATE
class requests are supported.

DFU class example does not perform an actual firmware upgrade,
instead it allows the user to upload a file at a predetermined flash
address or to download the content from that flash address.

Change-Id: I702e6727db15ef360d110a70a979c1e4bd4ee1bb
Signed-off-by: Adrian Bradianu <adrian.bradianu@windriver.com>
Signed-off-by: Jesus Sanchez-Palencia <jesus.sanchez-palencia@intel.com>
Signed-off-by: Jithu Joseph <jithu.joseph@intel.com>
2016-06-30 17:51:57 +00:00
arch
boards usb: Add USB device core layer 2016-06-30 17:51:56 +00:00
doc
drivers
ext
include usb: Add CDC ACM and DFU class examples 2016-06-30 17:51:57 +00:00
kernel
lib
misc
net
samples usb: Add CDC ACM and DFU class examples 2016-06-30 17:51:57 +00:00
scripts
tests
usb usb: Add CDC ACM and DFU class examples 2016-06-30 17:51:57 +00:00
.checkpatch.conf
.gitattributes
.gitignore
.gitreview
.mailmap
Kbuild
Kconfig
Kconfig.zephyr usb: Add USB device core layer 2016-06-30 17:51:56 +00:00
LICENSE
MAINTAINERS
Makefile usb: Add USB device core layer 2016-06-30 17:51:56 +00:00
Makefile.inc
zephyr-env.sh