Browse Source

tests: atmel_sam: Update platform name

This update all atmel_sam entries to use the new platform name related
to sam_e70_xplained and sam_v71_xult.

Signed-off-by: Gerson Fernando Budke <nandojve@gmail.com>
pull/69687/head
Gerson Fernando Budke 1 year ago committed by Carles Cufi
parent
commit
fd9b84d457
  1. 2
      tests/application_development/code_relocation/testcase.yaml
  2. 2
      tests/benchmarks/cmsis_dsp/basicmath/testcase.yaml
  3. 0
      tests/drivers/adc/adc_api/boards/sam_e70_xplained_same70q21.overlay
  4. 0
      tests/drivers/adc/adc_api/boards/sam_e70_xplained_same70q21b.overlay
  5. 0
      tests/drivers/adc/adc_api/boards/sam_v71_xult_samv71q21.overlay
  6. 0
      tests/drivers/adc/adc_api/boards/sam_v71_xult_samv71q21b.overlay
  7. 2
      tests/drivers/build_all/adc/testcase.yaml
  8. 4
      tests/drivers/build_all/pwm/testcase.yaml
  9. 2
      tests/drivers/flash/erase_blocks/testcase.yaml
  10. 0
      tests/drivers/gpio/gpio_basic_api/boards/sam_e70_xplained_same70q21.overlay
  11. 0
      tests/drivers/i2s/i2s_api/boards/sam_e70_xplained_same70q21.overlay
  12. 0
      tests/drivers/i2s/i2s_api/boards/sam_v71_xult_samv71q21.overlay
  13. 0
      tests/drivers/spi/spi_loopback/boards/robokit1.conf
  14. 0
      tests/drivers/spi/spi_loopback/boards/robokit1.overlay
  15. 0
      tests/drivers/spi/spi_loopback/boards/sam_e70_xplained_same70q21.overlay
  16. 0
      tests/drivers/spi/spi_loopback/boards/sam_v71_xult_samv71q21.overlay
  17. 10
      tests/drivers/spi/spi_loopback/testcase.yaml
  18. 2
      tests/kernel/workq/critical/testcase.yaml
  19. 2
      tests/lib/cmsis_dsp/bayes/testcase.yaml
  20. 2
      tests/lib/cmsis_dsp/complexmath/testcase.yaml
  21. 2
      tests/lib/cmsis_dsp/distance/testcase.yaml
  22. 2
      tests/lib/cmsis_dsp/fastmath/testcase.yaml
  23. 8
      tests/lib/cmsis_dsp/filtering/testcase.yaml
  24. 2
      tests/lib/cmsis_dsp/interpolation/testcase.yaml
  25. 24
      tests/lib/cmsis_dsp/matrix/testcase.yaml
  26. 2
      tests/lib/cmsis_dsp/quaternionmath/testcase.yaml
  27. 2
      tests/lib/cmsis_dsp/statistics/testcase.yaml
  28. 2
      tests/lib/cmsis_dsp/support/testcase.yaml
  29. 2
      tests/lib/cmsis_dsp/svm/testcase.yaml
  30. 20
      tests/lib/cmsis_dsp/transform/testcase.yaml
  31. 2
      tests/lib/cmsis_nn/testcase.yaml
  32. 2
      tests/net/ptp/clock/testcase.yaml
  33. 2
      tests/subsys/dsp/basicmath/testcase.yaml
  34. 2
      tests/subsys/logging/log_syst/testcase.yaml

2
tests/application_development/code_relocation/testcase.yaml

@ -27,7 +27,7 @@ tests: @@ -27,7 +27,7 @@ tests:
platform_allow:
- qemu_cortex_m3
- mps2/an385
- sam_e70_xplained
- sam_e70_xplained/same70q21
integration_platforms:
- qemu_cortex_m3
application_development.code_relocation.riscv:

2
tests/benchmarks/cmsis_dsp/basicmath/testcase.yaml

@ -11,7 +11,7 @@ tests: @@ -11,7 +11,7 @@ tests:
benchmark.cmsis_dsp.basicmath:
integration_platforms:
- frdm_k64f
- sam_e70_xplained
- sam_e70_xplained/same70q21
- mps2/an521/cpu0
benchmark.cmsis_dsp.basicmath.fpu:
filter: CONFIG_CPU_HAS_FPU

0
tests/drivers/adc/adc_api/boards/sam_e70_xplained.overlay → tests/drivers/adc/adc_api/boards/sam_e70_xplained_same70q21.overlay

0
tests/drivers/adc/adc_api/boards/sam_e70b_xplained.overlay → tests/drivers/adc/adc_api/boards/sam_e70_xplained_same70q21b.overlay

0
tests/drivers/adc/adc_api/boards/sam_v71_xult.overlay → tests/drivers/adc/adc_api/boards/sam_v71_xult_samv71q21.overlay

0
tests/drivers/adc/adc_api/boards/sam_v71b_xult.overlay → tests/drivers/adc/adc_api/boards/sam_v71_xult_samv71q21b.overlay

2
tests/drivers/build_all/adc/testcase.yaml

@ -32,7 +32,7 @@ tests: @@ -32,7 +32,7 @@ tests:
drivers.adc.sam0.build:
platform_allow: atsame54_xpro
drivers.adc.sam.afec.build:
platform_allow: sam_e70_xplained
platform_allow: sam_e70_xplained/same70q21
drivers.adc.stm32.build:
platform_allow: disco_l475_iot1
drivers.adc.xec.build:

4
tests/drivers/build_all/pwm/testcase.yaml

@ -41,8 +41,8 @@ tests: @@ -41,8 +41,8 @@ tests:
platform_allow: atsame54_xpro
drivers.pwm.build.sam:
platform_allow:
- sam_e70_xplained
- sam_v71b_xult
- sam_e70_xplained/same70q21
- sam_v71_xult/samv71q21b
drivers.pwm.stm32.build:
platform_allow: disco_l475_iot1
drivers.pwm.xec.build:

2
tests/drivers/flash/erase_blocks/testcase.yaml

@ -11,7 +11,7 @@ tests: @@ -11,7 +11,7 @@ tests:
harness: ztest
build_only: true
platform_allow:
- sam_v71_xult
- sam_v71_xult/samv71q21
- b_u585i_iot02a
- nrf9160dk/nrf9160
- nrf5340dk/nrf5340/cpuapp

0
tests/drivers/gpio/gpio_basic_api/boards/sam_e70_xplained.overlay → tests/drivers/gpio/gpio_basic_api/boards/sam_e70_xplained_same70q21.overlay

0
tests/drivers/i2s/i2s_api/boards/sam_e70_xplained.overlay → tests/drivers/i2s/i2s_api/boards/sam_e70_xplained_same70q21.overlay

0
tests/drivers/i2s/i2s_api/boards/sam_v71_xult.overlay → tests/drivers/i2s/i2s_api/boards/sam_v71_xult_samv71q21.overlay

0
tests/drivers/spi/spi_loopback/boards/tdk_robokit1.conf → tests/drivers/spi/spi_loopback/boards/robokit1.conf

0
tests/drivers/spi/spi_loopback/boards/tdk_robokit1.overlay → tests/drivers/spi/spi_loopback/boards/robokit1.overlay

0
tests/drivers/spi/spi_loopback/boards/sam_e70_xplained.overlay → tests/drivers/spi/spi_loopback/boards/sam_e70_xplained_same70q21.overlay

0
tests/drivers/spi/spi_loopback/boards/sam_v71_xult.overlay → tests/drivers/spi/spi_loopback/boards/sam_v71_xult_samv71q21.overlay

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

@ -31,7 +31,7 @@ tests: @@ -31,7 +31,7 @@ tests:
extra_configs:
- CONFIG_SPI_RTIO=y
platform_allow:
- tdk_robokit1
- robokit1
- mimxrt1170_evk_cm7
- vmu_rt1170
drivers.spi.mcux_dspi_dma.loopback:
@ -44,11 +44,11 @@ tests: @@ -44,11 +44,11 @@ tests:
- OVERLAY_CONFIG="overlay-sam-spi-dma.conf"
- DTC_OVERLAY_FILE="overlay-sam-spi-dma.overlay"
platform_allow:
- sam_e70_xplained
- sam_v71_xult
- tdk_robokit1
- sam_e70_xplained/same70q21
- sam_v71_xult/samv71q21
- robokit1
integration_platforms:
- sam_e70_xplained
- sam_e70_xplained/same70q21
drivers.spi.stm32_spi_16bits_frames.loopback:
extra_args:
- OVERLAY_CONFIG="overlay-stm32-spi-16bits.conf"

2
tests/kernel/workq/critical/testcase.yaml

@ -13,7 +13,7 @@ tests: @@ -13,7 +13,7 @@ tests:
extra_configs:
- CONFIG_WDT_DISABLE_AT_BOOT=y
integration_platforms:
- sam_e70_xplained
- sam_e70_xplained/same70q21
kernel.workqueue.critical.nsim:
platform_allow: nsim_sem_mpu_stack_guard
extra_configs:

2
tests/lib/cmsis_dsp/bayes/testcase.yaml

@ -4,7 +4,7 @@ tests: @@ -4,7 +4,7 @@ tests:
) or CONFIG_ARCH_POSIX
integration_platforms:
- frdm_k64f
- sam_e70_xplained
- sam_e70_xplained/same70q21
- mps2/an521/cpu0
- native_sim
tags:

2
tests/lib/cmsis_dsp/complexmath/testcase.yaml

@ -4,7 +4,7 @@ tests: @@ -4,7 +4,7 @@ tests:
) or CONFIG_ARCH_POSIX
integration_platforms:
- frdm_k64f
- sam_e70_xplained
- sam_e70_xplained/same70q21
- mps2/an521/cpu0
- native_sim
- native_posix

2
tests/lib/cmsis_dsp/distance/testcase.yaml

@ -4,7 +4,7 @@ tests: @@ -4,7 +4,7 @@ tests:
) or CONFIG_ARCH_POSIX
integration_platforms:
- frdm_k64f
- sam_e70_xplained
- sam_e70_xplained/same70q21
- mps2/an521/cpu0
- native_sim
tags: cmsis_dsp

2
tests/lib/cmsis_dsp/fastmath/testcase.yaml

@ -4,7 +4,7 @@ tests: @@ -4,7 +4,7 @@ tests:
) or CONFIG_ARCH_POSIX
integration_platforms:
- frdm_k64f
- sam_e70_xplained
- sam_e70_xplained/same70q21
- mps2/an521/cpu0
- native_sim
tags: cmsis_dsp

8
tests/lib/cmsis_dsp/filtering/testcase.yaml

@ -12,7 +12,7 @@ tests: @@ -12,7 +12,7 @@ tests:
) or CONFIG_ARCH_POSIX
integration_platforms:
- frdm_k64f
- sam_e70_xplained
- sam_e70_xplained/same70q21
- mps2/an521/cpu0
- native_sim
tags: cmsis_dsp
@ -41,7 +41,7 @@ tests: @@ -41,7 +41,7 @@ tests:
) or CONFIG_ARCH_POSIX
integration_platforms:
- frdm_k64f
- sam_e70_xplained
- sam_e70_xplained/same70q21
- mps2/an521/cpu0
- native_sim
tags: cmsis-dsp
@ -70,7 +70,7 @@ tests: @@ -70,7 +70,7 @@ tests:
) or CONFIG_ARCH_POSIX
integration_platforms:
- frdm_k64f
- sam_e70_xplained
- sam_e70_xplained/same70q21
- mps2/an521/cpu0
- native_sim
tags: cmsis-dsp
@ -99,7 +99,7 @@ tests: @@ -99,7 +99,7 @@ tests:
) or CONFIG_ARCH_POSIX
integration_platforms:
- frdm_k64f
- sam_e70_xplained
- sam_e70_xplained/same70q21
- mps2/an521/cpu0
- native_sim
tags: cmsis-dsp

2
tests/lib/cmsis_dsp/interpolation/testcase.yaml

@ -4,7 +4,7 @@ tests: @@ -4,7 +4,7 @@ tests:
) or CONFIG_ARCH_POSIX
integration_platforms:
- frdm_k64f
- sam_e70_xplained
- sam_e70_xplained/same70q21
- mps2/an521/cpu0
- native_sim
tags: cmsis-dsp

24
tests/lib/cmsis_dsp/matrix/testcase.yaml

@ -9,7 +9,7 @@ tests: @@ -9,7 +9,7 @@ tests:
) or CONFIG_ARCH_POSIX
integration_platforms:
- frdm_k64f
- sam_e70_xplained
- sam_e70_xplained/same70q21
- mps2/an521/cpu0
- native_sim
tags: cmsis-dsp
@ -38,7 +38,7 @@ tests: @@ -38,7 +38,7 @@ tests:
) or CONFIG_ARCH_POSIX
integration_platforms:
- frdm_k64f
- sam_e70_xplained
- sam_e70_xplained/same70q21
- mps2/an521/cpu0
- native_sim
tags: cmsis-dsp
@ -67,7 +67,7 @@ tests: @@ -67,7 +67,7 @@ tests:
) or CONFIG_ARCH_POSIX
integration_platforms:
- frdm_k64f
- sam_e70_xplained
- sam_e70_xplained/same70q21
- mps2/an521/cpu0
- native_sim
tags: cmsis-dsp
@ -96,7 +96,7 @@ tests: @@ -96,7 +96,7 @@ tests:
and CONFIG_FULL_LIBC_SUPPORTED)
integration_platforms:
- frdm_k64f
- sam_e70_xplained
- sam_e70_xplained/same70q21
- mps2/an521/cpu0
tags: cmsis-dsp
min_flash: 128
@ -124,7 +124,7 @@ tests: @@ -124,7 +124,7 @@ tests:
) or CONFIG_ARCH_POSIX
integration_platforms:
- frdm_k64f
- sam_e70_xplained
- sam_e70_xplained/same70q21
- mps2/an521/cpu0
- native_sim
tags: cmsis-dsp
@ -153,7 +153,7 @@ tests: @@ -153,7 +153,7 @@ tests:
) or CONFIG_ARCH_POSIX
integration_platforms:
- frdm_k64f
- sam_e70_xplained
- sam_e70_xplained/same70q21
- mps2/an521/cpu0
- native_sim
tags: cmsis-dsp
@ -182,7 +182,7 @@ tests: @@ -182,7 +182,7 @@ tests:
) or CONFIG_ARCH_POSIX
integration_platforms:
- frdm_k64f
- sam_e70_xplained
- sam_e70_xplained/same70q21
- mps2/an521/cpu0
- native_sim
tags: cmsis-dsp
@ -213,7 +213,7 @@ tests: @@ -213,7 +213,7 @@ tests:
) or CONFIG_ARCH_POSIX
integration_platforms:
- frdm_k64f
- sam_e70_xplained
- sam_e70_xplained/same70q21
- mps2/an521/cpu0
- native_sim
tags: cmsis-dsp
@ -244,7 +244,7 @@ tests: @@ -244,7 +244,7 @@ tests:
) or CONFIG_ARCH_POSIX
integration_platforms:
- frdm_k64f
- sam_e70_xplained
- sam_e70_xplained/same70q21
- mps2/an521/cpu0
- native_sim
tags: cmsis-dsp
@ -275,7 +275,7 @@ tests: @@ -275,7 +275,7 @@ tests:
and CONFIG_FULL_LIBC_SUPPORTED)
integration_platforms:
- frdm_k64f
- sam_e70_xplained
- sam_e70_xplained/same70q21
- mps2/an521/cpu0
tags: cmsis-dsp
min_flash: 128
@ -303,7 +303,7 @@ tests: @@ -303,7 +303,7 @@ tests:
) or CONFIG_ARCH_POSIX
integration_platforms:
- frdm_k64f
- sam_e70_xplained
- sam_e70_xplained/same70q21
- mps2/an521/cpu0
- native_sim
tags: cmsis-dsp
@ -334,7 +334,7 @@ tests: @@ -334,7 +334,7 @@ tests:
) or CONFIG_ARCH_POSIX
integration_platforms:
- frdm_k64f
- sam_e70_xplained
- sam_e70_xplained/same70q21
- mps2/an521/cpu0
- native_sim
tags: cmsis-dsp

2
tests/lib/cmsis_dsp/quaternionmath/testcase.yaml

@ -4,7 +4,7 @@ tests: @@ -4,7 +4,7 @@ tests:
) or CONFIG_ARCH_POSIX
integration_platforms:
- frdm_k64f
- sam_e70_xplained
- sam_e70_xplained/same70q21
- mps2/an521/cpu0
- native_sim
tags: cmsis-dsp

2
tests/lib/cmsis_dsp/statistics/testcase.yaml

@ -4,7 +4,7 @@ tests: @@ -4,7 +4,7 @@ tests:
and CONFIG_FULL_LIBC_SUPPORTED) or CONFIG_ARCH_POSIX
integration_platforms:
- frdm_k64f
- sam_e70_xplained
- sam_e70_xplained/same70q21
- mps2/an521/cpu0
- native_sim
tags: cmsis-dsp

2
tests/lib/cmsis_dsp/support/testcase.yaml

@ -4,7 +4,7 @@ tests: @@ -4,7 +4,7 @@ tests:
) or CONFIG_ARCH_POSIX
integration_platforms:
- frdm_k64f
- sam_e70_xplained
- sam_e70_xplained/same70q21
- mps2/an521/cpu0
- native_sim
tags: cmsis-dsp

2
tests/lib/cmsis_dsp/svm/testcase.yaml

@ -4,7 +4,7 @@ tests: @@ -4,7 +4,7 @@ tests:
) or CONFIG_ARCH_POSIX
integration_platforms:
- frdm_k64f
- sam_e70_xplained
- sam_e70_xplained/same70q21
- mps2/an521/cpu0
- native_sim
tags: cmsis-dsp

20
tests/lib/cmsis_dsp/transform/testcase.yaml

@ -9,7 +9,7 @@ tests: @@ -9,7 +9,7 @@ tests:
) or CONFIG_ARCH_POSIX
integration_platforms:
- frdm_k64f
- sam_e70_xplained
- sam_e70_xplained/same70q21
- mps2/an521/cpu0
- native_sim
tags: cmsis-dsp
@ -37,7 +37,7 @@ tests: @@ -37,7 +37,7 @@ tests:
) or CONFIG_ARCH_POSIX
integration_platforms:
- frdm_k64f
- sam_e70_xplained
- sam_e70_xplained/same70q21
- mps2/an521/cpu0
- native_sim
tags: cmsis-dsp
@ -65,7 +65,7 @@ tests: @@ -65,7 +65,7 @@ tests:
) or CONFIG_ARCH_POSIX
integration_platforms:
- frdm_k64f
- sam_e70_xplained
- sam_e70_xplained/same70q21
- mps2/an521/cpu0
- native_sim
tags: cmsis-dsp
@ -91,7 +91,7 @@ tests: @@ -91,7 +91,7 @@ tests:
) or CONFIG_ARCH_POSIX
integration_platforms:
- frdm_k64f
- sam_e70_xplained
- sam_e70_xplained/same70q21
- mps2/an521/cpu0
- native_sim
tags: cmsis-dsp
@ -117,7 +117,7 @@ tests: @@ -117,7 +117,7 @@ tests:
and CONFIG_FULL_LIBC_SUPPORTED)
integration_platforms:
- frdm_k64f
- sam_e70_xplained
- sam_e70_xplained/same70q21
- mps2/an521/cpu0
tags: cmsis-dsp
min_flash: 512
@ -144,7 +144,7 @@ tests: @@ -144,7 +144,7 @@ tests:
and CONFIG_FULL_LIBC_SUPPORTED)
integration_platforms:
- frdm_k64f
- sam_e70_xplained
- sam_e70_xplained/same70q21
- mps2/an521/cpu0
tags: cmsis-dsp
min_flash: 512
@ -171,7 +171,7 @@ tests: @@ -171,7 +171,7 @@ tests:
) or CONFIG_ARCH_POSIX
integration_platforms:
- frdm_k64f
- sam_e70_xplained
- sam_e70_xplained/same70q21
- mps2/an521/cpu0
- native_sim
tags: cmsis-dsp
@ -197,7 +197,7 @@ tests: @@ -197,7 +197,7 @@ tests:
) or CONFIG_ARCH_POSIX
integration_platforms:
- frdm_k64f
- sam_e70_xplained
- sam_e70_xplained/same70q21
- mps2/an521/cpu0
- native_sim
tags: cmsis-dsp
@ -225,7 +225,7 @@ tests: @@ -225,7 +225,7 @@ tests:
) or CONFIG_ARCH_POSIX
integration_platforms:
- frdm_k64f
- sam_e70_xplained
- sam_e70_xplained/same70q21
- mps2/an521/cpu0
- native_sim
tags: cmsis-dsp
@ -251,7 +251,7 @@ tests: @@ -251,7 +251,7 @@ tests:
) or CONFIG_ARCH_POSIX
integration_platforms:
- frdm_k64f
- sam_e70_xplained
- sam_e70_xplained/same70q21
- mps2/an521/cpu0
- native_sim
tags: cmsis-dsp

2
tests/lib/cmsis_nn/testcase.yaml

@ -3,7 +3,7 @@ tests: @@ -3,7 +3,7 @@ tests:
filter: CONFIG_CPU_CORTEX_M and CONFIG_FULL_LIBC_SUPPORTED
integration_platforms:
- frdm_k64f
- sam_e70_xplained
- sam_e70_xplained/same70q21
- mps2/an521/cpu0
tags: cmsis_nn
min_flash: 64

2
tests/net/ptp/clock/testcase.yaml

@ -3,7 +3,7 @@ common: @@ -3,7 +3,7 @@ common:
# We can only run this in platforms that support PTP clock
platform_allow:
- frdm_k64f
- sam_e70_xplained
- sam_e70_xplained/same70q21
- native_posix
- native_sim
integration_platforms:

2
tests/subsys/dsp/basicmath/testcase.yaml

@ -3,7 +3,7 @@ tests: @@ -3,7 +3,7 @@ tests:
filter: CONFIG_FULL_LIBC_SUPPORTED or CONFIG_ARCH_POSIX
integration_platforms:
- frdm_k64f
- sam_e70_xplained
- sam_e70_xplained/same70q21
- mps2/an521/cpu0
- native_sim
tags: zdsp

2
tests/subsys/logging/log_syst/testcase.yaml

@ -20,7 +20,7 @@ tests: @@ -20,7 +20,7 @@ tests:
integration_platforms:
- mps2/an385
- qemu_x86
- sam_e70_xplained
- sam_e70_xplained/same70q21
extra_configs:
- CONFIG_LOG_MIPI_SYST_ENABLE=y
- CONFIG_LOG_BACKEND_MOCK_OUTPUT_SYST=y

Loading…
Cancel
Save