Skip to content

Commit bd774ff

Browse files
JordanYatescfriedt
authored andcommitted
tests: disk: disk_access: test STM32L4 DMA
Ensure that the shared DMA variant of the STM SDMMC driver is compiled in CI. Signed-off-by: Jordan Yates <[email protected]>
1 parent 3698507 commit bd774ff

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CONFIG_DMA=y
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
/* SPDX-License-Identifier: Apache-2.0 */
2+
3+
&sdmmc1 {
4+
/* Channel 5 request 7 on DMA2 */
5+
dmas = <&dma2 5 7 STM32_DMA_PRIORITY_HIGH>;
6+
dma-names = "txrx";
7+
};

0 commit comments

Comments
 (0)