Skip to content

Commit e9939aa

Browse files
djiatsaf-stkartben
authored andcommitted
tests: drivers: dma: chan_blen_transfer: update dma test
add nucleo_c071rb.overlay and nucleo_c071rb.conf files for test bench purpose. Signed-off-by: Fabrice DJIATSA <fabrice.djiatsa-ext@st.com>
1 parent 9ac0cd5 commit e9939aa

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-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=1
2+
CONFIG_DMA_TRANSFER_CHANNEL_NR_1=2
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/*
2+
* Copyright (c) 2025 STMicroelectronics
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
tst_dma0: &dma1 {
8+
status = "okay";
9+
};

0 commit comments

Comments
 (0)