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
f7dac85d15
zephyr
/
tests
/
drivers
/
dma
/
chan_blen_transfer
/
prj.conf
5 lines
72 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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
tests: add a dma transfer test with different channel and burstlen 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>
2016-10-28 09:59:08 +08:00
CONFIG_ZTEST=y
tests: dma: cleanup and add loglevel configuration Signed-off-by: Johann Fischer <j.fischer@phytec.de>
2017-06-23 23:46:29 +08:00
CONFIG_SYS_LOG=y
CONFIG_SYS_LOG_DMA_LEVEL=1