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: Mathieu Choplain <mathieu.choplain@st.com>
This commit is contained in:
parent
35835f8d47
commit
31fea97e05
2 changed files with 13 additions and 0 deletions
|
@ -0,0 +1 @@
|
|||
CONFIG_DMA_LOOP_TRANSFER_CHANNEL_NR=7
|
12
tests/drivers/dma/loop_transfer/boards/nucleo_wb09ke.overlay
Normal file
12
tests/drivers/dma/loop_transfer/boards/nucleo_wb09ke.overlay
Normal file
|
@ -0,0 +1,12 @@
|
|||
/*
|
||||
* Copyright (c) 2024 STMicroelectronics
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
&dma1 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
tst_dma0: &dmamux1 {
|
||||
status = "okay";
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue