Commit 31fea97e authored by Mathieu Choplain's avatar Mathieu Choplain Committed by Alberto Escolar
Browse files

tests: dma: loop_transfer: add overlay for Nucleo-WB09KE



Add an overlay to the test so that it can run on STM32WB0 series hardware.

Signed-off-by: default avatarMathieu Choplain <mathieu.choplain@st.com>
parent 35835f8d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
CONFIG_DMA_LOOP_TRANSFER_CHANNEL_NR=7
+12 −0
Original line number Diff line number Diff line
/*
 * Copyright (c) 2024 STMicroelectronics
 *
 * SPDX-License-Identifier: Apache-2.0
 */
&dma1 {
	status = "okay";
};

tst_dma0: &dmamux1 {
	status = "okay";
};