tests: drivers: Extend dma channel link test to mimxrt1064_evk board
Adds mimxrt1064_evk to the list of allowed platforms for the dma channel link test. Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
This commit is contained in:
parent
3021c273de
commit
4aec077d17
1 changed files with 2 additions and 2 deletions
|
@ -3,11 +3,11 @@ tests:
|
||||||
min_ram: 16
|
min_ram: 16
|
||||||
depends_on: dma
|
depends_on: dma
|
||||||
tags: drivers dma
|
tags: drivers dma
|
||||||
platform_allow: frdm_k64f mimxrt1060_evk
|
platform_allow: frdm_k64f mimxrt1060_evk mimxrt1064_evk
|
||||||
drivers.dma.interactive:
|
drivers.dma.interactive:
|
||||||
depends_on: dma
|
depends_on: dma
|
||||||
extra_args: CONF_FILE=prj_shell.conf
|
extra_args: CONF_FILE=prj_shell.conf
|
||||||
min_ram: 16
|
min_ram: 16
|
||||||
tags: drivers dma
|
tags: drivers dma
|
||||||
harness: keyboard
|
harness: keyboard
|
||||||
platform_allow: frdm_k64f mimxrt1060_evk
|
platform_allow: frdm_k64f mimxrt1060_evk mimxrt1064_evk
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue