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>
4 lines
160 B
Makefile
4 lines
160 B
Makefile
ccflags-y += -I${srctree}/include/drivers/usb -I${srctree}/usb/include
|
|
|
|
obj-$(CONFIG_USB_DEVICE_STACK) += usb_device.o
|
|
obj-$(CONFIG_USB_DEVICE_STACK) += class/
|