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
5417f29def
zephyr
/
tests
/
drivers
/
dma
/
loop_transfer
/
prj.conf
5 lines
71 B
Plaintext
Raw
Normal View
History
Unescape
Escape
tests: add CONFIG_TEST for marking tests Mark tests with CONFIG_TEST to allow for test specific setup and configuration. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2018-01-07 05:15:53 +08:00
CONFIG_TEST=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
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