the commit test below adc driver api with different resolutions
and modes
adc_enable()
adc_read()
adc_disable()
move original adc test to adc_simple folder
Change-Id: I016b5e67a5d89fc8d5ae76f33799e5d3eb3e1cf8
Signed-off-by: jing wang <jing.j.wang@intel.com>
5 lines
109 B
Makefile
5 lines
109 B
Makefile
BOARD ?= quark_se_c1000_ss_devboard
|
|
CONF_FILE ?= prj_resolution_6.conf
|
|
|
|
include ${ZEPHYR_BASE}/Makefile.test
|