This TC cover dma transfer with different channel and burst length It support 2 ways to execute *) full-auto: by default, it run all sub test cases defined in array once flashing done and reset. *) interactive: when CONFIG_CONFIG_CONSOLE_HANDLER_SHELL=y, it go into shell first, user can input test command one by one for debugging. move original test under drivers/dma to test_loop_transfer/ Change-Id: I7e78b730592c80bf2c23b20c8b0eb65a9b353acd Signed-off-by: jing wang <jing.j.wang@intel.com>
5 lines
79 B
Makefile
5 lines
79 B
Makefile
BOARD ?= arduino_101
|
|
CONF_FILE = prj.conf
|
|
|
|
include ${ZEPHYR_BASE}/Makefile.inc
|