Commit 35835f8d authored by Mathieu Choplain's avatar Mathieu Choplain Committed by Alberto Escolar
Browse files

tests: dma: chan_blen_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 c3e522d9
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
# Use lowest- and highest-numbered channels to make sure the whole range works
CONFIG_DMA_TRANSFER_CHANNEL_NR_0=0
CONFIG_DMA_TRANSFER_CHANNEL_NR_1=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";
};