File tree Expand file tree Collapse file tree 2 files changed +31
-0
lines changed
tests/drivers/spi/spi_loopback Expand file tree Collapse file tree 2 files changed +31
-0
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments