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
/
chan_blen_transfer
/
prj_shell.conf
6 lines
94 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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_DMA=y
CONFIG_DMA_QMSI=y
CONFIG_ZTEST=y
CONFIG_CONSOLE_HANDLER=y
shell: move shell to its own subsystem This moves the shell component into its own subsys and groups all related files and options into a single place. Additionally, one Kconfig option will now be required to enable the shell: CONFIG_CONSOLE_SHELL=y The header files was also moved to include/shell/shell.h and can be now referenced with #include <shell/shell.h> instead of #include <misc/shell.h> Updated documentation as well. Change-Id: Iffbba4acfa05408055e9fd28dffa213451351f94 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2016-12-24 03:06:46 +08:00
CONFIG_CONSOLE_SHELL=y