Skip to content

Commit 3e64caf

Browse files
djiatsaf-stnordicjm
authored andcommitted
[nrf fromtree] tests: drivers: spi: remove useless files and testcases
- with the updates made to the spi_ll_stm32 driver, we no longer need to configure the 16-bit frame/word size in the DTS overlay file. The test_spi_word_size_16 testsuite helps us verify the 16-bit frame mode supported on the ST platform. - remove testcases that use thoses files in testcase.yaml Signed-off-by: Fabrice DJIATSA <[email protected]> (cherry picked from commit 746d60b)
1 parent 525d6ab commit 3e64caf

File tree

5 files changed

+0
-108
lines changed

5 files changed

+0
-108
lines changed

tests/drivers/spi/spi_loopback/overlay-stm32-spi-16bits-dma-dt-nocache-mem.conf

Lines changed: 0 additions & 14 deletions
This file was deleted.

tests/drivers/spi/spi_loopback/overlay-stm32-spi-16bits-dma.conf

Lines changed: 0 additions & 11 deletions
This file was deleted.

tests/drivers/spi/spi_loopback/overlay-stm32-spi-16bits.conf

Lines changed: 0 additions & 6 deletions
This file was deleted.

tests/drivers/spi/spi_loopback/overlay-stm32-spi-16bits.overlay

Lines changed: 0 additions & 43 deletions
This file was deleted.

tests/drivers/spi/spi_loopback/testcase.yaml

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -51,17 +51,6 @@ tests:
5151
- robokit1
5252
integration_platforms:
5353
- sam_e70_xplained/same70q21
54-
drivers.spi.stm32_spi_16bits_frames.loopback:
55-
extra_args:
56-
- EXTRA_CONF_FILE="overlay-stm32-spi-16bits.conf"
57-
- DTC_OVERLAY_FILE="overlay-stm32-spi-16bits.overlay"
58-
platform_allow:
59-
- nucleo_h743zi
60-
- nucleo_h753zi
61-
- nucleo_h745zi_q/stm32h745xx/m4
62-
- nucleo_h745zi_q/stm32h745xx/m7
63-
integration_platforms:
64-
- nucleo_h743zi
6554
drivers.spi.stm32_spi_dma.loopback:
6655
extra_args: EXTRA_CONF_FILE="overlay-stm32-spi-dma.conf"
6756
platform_allow:
@@ -98,29 +87,6 @@ tests:
9887
- nucleo_h745zi_q/stm32h745xx/m7
9988
integration_platforms:
10089
- nucleo_h743zi
101-
drivers.spi.stm32_spi_16bits_frames_dma.loopback:
102-
extra_args:
103-
- EXTRA_CONF_FILE="overlay-stm32-spi-16bits-dma.conf"
104-
- DTC_OVERLAY_FILE="overlay-stm32-spi-16bits.overlay"
105-
platform_allow:
106-
- nucleo_h743zi
107-
- nucleo_h753zi
108-
- nucleo_h745zi_q/stm32h745xx/m4
109-
- nucleo_h745zi_q/stm32h745xx/m7
110-
integration_platforms:
111-
- nucleo_h743zi
112-
drivers.spi.stm32_spi_16bits_frames_dma_dt_nocache_mem.loopback:
113-
extra_args:
114-
- EXTRA_CONF_FILE="overlay-stm32-spi-16bits-dma-dt-nocache-mem.conf"
115-
- DTC_OVERLAY_FILE="overlay-stm32-spi-16bits.overlay"
116-
filter: CONFIG_CPU_HAS_DCACHE
117-
platform_allow:
118-
- nucleo_h743zi
119-
- nucleo_h753zi
120-
- nucleo_h745zi_q/stm32h745xx/m4
121-
- nucleo_h745zi_q/stm32h745xx/m7
122-
integration_platforms:
123-
- nucleo_h743zi
12490
drivers.spi.stm32_spi_interrupt.loopback:
12591
extra_args: EXTRA_CONF_FILE="overlay-stm32-spi-interrupt.conf"
12692
platform_allow:

0 commit comments

Comments
 (0)