This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
8dd1d7a524
zephyr
/
tests
/
drivers
/
dma
/
loop_transfer
/
prj.conf
5 lines
68 B
Plaintext
Raw
Normal View
History
Unescape
Escape
tests/drivers/dma: loop_transfer: Use ztest harness loop_transfer test was not using ztest framework as test harness. Fix it. Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
2021-02-03 22:19:18 +08:00
CONFIG_ZTEST=y
samples: Add DMA memory to memory transfer sample app 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>
2016-06-15 04:37:02 +08:00
CONFIG_DMA=y
drivers: dma: move to new logger Move to new logger and adapt samples. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2018-09-18 03:47:17 +08:00
CONFIG_LOG=y
CONFIG_DMA_LOG_LEVEL_INF=y