tests: drivers: dma testing on the stm32h573i_dk board
Configure the tests/drivers/dma/loop_transfer and the tests/drivers/dma//chan_blen_transfer to run on the stm32h573i_dk : use gpdma1 or gpdma2. Signed-off-by: Francois Ramu <francois.ramu@st.com>
This commit is contained in:
parent
170e1a364c
commit
c36622daa5
4 changed files with 21 additions and 0 deletions
|
@ -0,0 +1,2 @@
|
|||
CONFIG_DMA_TRANSFER_CHANNEL_NR_0=6
|
||||
CONFIG_DMA_TRANSFER_CHANNEL_NR_1=1
|
|
@ -0,0 +1,9 @@
|
|||
/*
|
||||
* Copyright (c) 2023 STMicroelectronics
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
test_dma0: &gpdma1 {
|
||||
status = "okay";
|
||||
};
|
|
@ -0,0 +1 @@
|
|||
CONFIG_DMA_LOOP_TRANSFER_CHANNEL_NR=4
|
|
@ -0,0 +1,9 @@
|
|||
/*
|
||||
* Copyright (c) 2023 STMicroelectronics
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
test_dma0: &gpdma2 {
|
||||
status = "okay";
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue