Skip to content

Commit a80b420

Browse files
gautierg-stkartben
authored andcommitted
tests: drivers: spi: loopback: add stm32 spi rtio test case
Add a test case for STM32 SPI RTIO. Signed-off-by: Guillaume Gautier <guillaume.gautier-ext@st.com>
1 parent 8f06e76 commit a80b420

File tree

2 files changed

+31
-0
lines changed

2 files changed

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

tests/drivers/spi/spi_loopback/testcase.yaml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,30 @@ tests:
115115
- stm32u083c_dk
116116
integration_platforms:
117117
- stm32h573i_dk
118+
drivers.spi.stm32_spi_rtio.loopback:
119+
extra_args: EXTRA_CONF_FILE="overlay-stm32-spi-rtio.conf"
120+
platform_allow:
121+
- b_u585i_iot02a
122+
- nucleo_c071rb
123+
- nucleo_f207zg
124+
- nucleo_f429zi
125+
- nucleo_f746zg
126+
- nucleo_f767zi
127+
- nucleo_g474re
128+
- nucleo_h743zi
129+
- nucleo_h753zi
130+
- nucleo_h745zi_q/stm32h745xx/m4
131+
- nucleo_h745zi_q/stm32h745xx/m7
132+
- nucleo_l152re
133+
- nucleo_wba55cg
134+
- nucleo_wb55rg
135+
- nucleo_wl55jc
136+
- stm32f3_disco
137+
- stm32h573i_dk
138+
- stm32n6570_dk/stm32n657xx/sb
139+
- stm32u083c_dk
140+
integration_platforms:
141+
- stm32h573i_dk
118142
drivers.spi.gd32_spi_interrupt.loopback:
119143
extra_args: EXTRA_CONF_FILE="overlay-gd32-spi-interrupt.conf"
120144
platform_allow:

0 commit comments

Comments
 (0)