Skip to content

Commit e0fc363

Browse files
committed
tests: drivers: spi: loopback: add stm32 SPI RTIO DMA test case
Add a test case for STM32 SPI RTIO with DMA. Signed-off-by: Julien Racki <julien.racki-ext@st.com>
1 parent 84a0e1a commit e0fc363

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#
2+
# Copyright (c) 2025 STMicroelectronics
3+
#
4+
# SPDX-License-Identifier: Apache-2.0
5+
#
6+
CONFIG_SPI_RTIO=y
7+
CONFIG_SPI_STM32_DMA=y
8+
CONFIG_SPI_ASYNC=n

‎tests/drivers/spi/spi_loopback/testcase.yaml‎

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,29 @@ tests:
142142
- stm32u083c_dk
143143
integration_platforms:
144144
- stm32h573i_dk
145+
drivers.spi.stm32_spi_rtio_dma.loopback:
146+
extra_args: EXTRA_CONF_FILE="overlay-stm32-spi-rtio-dma.conf"
147+
platform_allow:
148+
- b_u585i_iot02a
149+
- nucleo_c071rb
150+
- nucleo_f207zg
151+
- nucleo_f429zi
152+
- nucleo_f746zg
153+
- nucleo_f767zi
154+
- nucleo_g474re
155+
- nucleo_h743zi
156+
- nucleo_h753zi
157+
- nucleo_h745zi_q/stm32h745xx/m4
158+
- nucleo_h745zi_q/stm32h745xx/m7
159+
- nucleo_l152re
160+
- nucleo_wba55cg
161+
- nucleo_wb55rg
162+
- nucleo_wl55jc
163+
- stm32h573i_dk
164+
- stm32n6570_dk/stm32n657xx/sb
165+
- stm32u083c_dk
166+
integration_platforms:
167+
- stm32h573i_dk
145168
drivers.spi.gd32_spi_interrupt.loopback:
146169
extra_args: EXTRA_CONF_FILE="overlay-gd32-spi-interrupt.conf"
147170
platform_allow:

0 commit comments

Comments
 (0)