Add a sample app to show and test how the DMA memory to memory transfer work. Origin: Original Change-Id: I0ff6790d9ba3e188cd2ad93d4c9a9c2405a84ac8 Signed-off-by: Baohong Liu <baohong.liu@intel.com>
6 lines
98 B
Makefile
6 lines
98 B
Makefile
BOARD ?= arduino_101
|
|
KERNEL_TYPE = nano
|
|
CONF_FILE = prj.conf
|
|
|
|
include ${ZEPHYR_BASE}/Makefile.inc
|