Skip to content

Commit c36622d

Browse files
FRASTMcarlescufi
authored andcommitted
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 <[email protected]>
1 parent 170e1a3 commit c36622d

File tree

4 files changed

+21
-0
lines changed

4 files changed

+21
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
CONFIG_DMA_TRANSFER_CHANNEL_NR_0=6
2+
CONFIG_DMA_TRANSFER_CHANNEL_NR_1=1
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/*
2+
* Copyright (c) 2023 STMicroelectronics
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
test_dma0: &gpdma1 {
8+
status = "okay";
9+
};
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CONFIG_DMA_LOOP_TRANSFER_CHANNEL_NR=4
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/*
2+
* Copyright (c) 2023 STMicroelectronics
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
test_dma0: &gpdma2 {
8+
status = "okay";
9+
};

0 commit comments

Comments
 (0)