mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-17 03:31:56 +00:00
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>
6 lines
105 B
Makefile
6 lines
105 B
Makefile
BOARD ?= quark_se_devboard
|
|
KERNEL_TYPE ?= nano
|
|
CONF_FILE = prj.conf
|
|
|
|
include ${ZEPHYR_BASE}/Makefile.inc
|