Revert "tests: lib: cmsis_dsp: Disable testing on mps3_an547"
This reverts commit 96c7f6ab75
.
Zephyr SDK 0.14.1 now includes QEMU 6.2, which supports the emulation
of the MVE instructions.
Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
This commit is contained in:
parent
2bd4af44f6
commit
5790c5923f
14 changed files with 0 additions and 54 deletions
|
@ -1,7 +1,3 @@
|
|||
common:
|
||||
# TODO: Remove when QEMU 6.2 is released with MVE emulation (see #37694).
|
||||
platform_exclude: mps3_an547
|
||||
|
||||
tests:
|
||||
benchmark.cmsis_dsp.basicmath:
|
||||
filter: (CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and TOOLCHAIN_HAS_NEWLIB == 1
|
||||
|
|
|
@ -1,7 +1,3 @@
|
|||
common:
|
||||
# TODO: Remove when QEMU 6.2 is released with MVE emulation (see #37694).
|
||||
platform_exclude: mps3_an547
|
||||
|
||||
tests:
|
||||
libraries.cmsis_dsp.basicmath:
|
||||
filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX
|
||||
|
|
|
@ -1,7 +1,3 @@
|
|||
common:
|
||||
# TODO: Remove when QEMU 6.2 is released with MVE emulation (see #37694).
|
||||
platform_exclude: mps3_an547
|
||||
|
||||
tests:
|
||||
libraries.cmsis_dsp.bayes:
|
||||
filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX
|
||||
|
|
|
@ -1,7 +1,3 @@
|
|||
common:
|
||||
# TODO: Remove when QEMU 6.2 is released with MVE emulation (see #37694).
|
||||
platform_exclude: mps3_an547
|
||||
|
||||
tests:
|
||||
libraries.cmsis_dsp.complexmath:
|
||||
filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX
|
||||
|
|
|
@ -1,7 +1,3 @@
|
|||
common:
|
||||
# TODO: Remove when QEMU 6.2 is released with MVE emulation (see #37694).
|
||||
platform_exclude: mps3_an547
|
||||
|
||||
tests:
|
||||
libraries.cmsis_dsp.distance:
|
||||
filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX
|
||||
|
|
|
@ -1,7 +1,3 @@
|
|||
common:
|
||||
# TODO: Remove when QEMU 6.2 is released with MVE emulation (see #37694).
|
||||
platform_exclude: mps3_an547
|
||||
|
||||
tests:
|
||||
libraries.cmsis_dsp.fastmath:
|
||||
filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
common:
|
||||
toolchain_exclude: llvm
|
||||
# TODO: Remove when QEMU 6.2 is released with MVE emulation (see #37694).
|
||||
platform_exclude: mps3_an547
|
||||
|
||||
tests:
|
||||
libraries.cmsis_dsp.filtering:
|
||||
|
|
|
@ -1,7 +1,3 @@
|
|||
common:
|
||||
# TODO: Remove when QEMU 6.2 is released with MVE emulation (see #37694).
|
||||
platform_exclude: mps3_an547
|
||||
|
||||
tests:
|
||||
libraries.cmsis_dsp.interpolation:
|
||||
filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX
|
||||
|
|
|
@ -1,7 +1,3 @@
|
|||
common:
|
||||
# TODO: Remove when QEMU 6.2 is released with MVE emulation (see #37694).
|
||||
platform_exclude: mps3_an547
|
||||
|
||||
tests:
|
||||
libraries.cmsis_dsp.matrix:
|
||||
filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX
|
||||
|
|
|
@ -1,7 +1,3 @@
|
|||
common:
|
||||
# TODO: Remove when QEMU 6.2 is released with MVE emulation (see #37694).
|
||||
platform_exclude: mps3_an547
|
||||
|
||||
tests:
|
||||
libraries.cmsis_dsp.quaternionmath:
|
||||
filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX
|
||||
|
|
|
@ -1,7 +1,3 @@
|
|||
common:
|
||||
# TODO: Remove when QEMU 6.2 is released with MVE emulation (see #37694).
|
||||
platform_exclude: mps3_an547
|
||||
|
||||
tests:
|
||||
libraries.cmsis_dsp.statistics:
|
||||
filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX
|
||||
|
|
|
@ -1,7 +1,3 @@
|
|||
common:
|
||||
# TODO: Remove when QEMU 6.2 is released with MVE emulation (see #37694).
|
||||
platform_exclude: mps3_an547
|
||||
|
||||
tests:
|
||||
libraries.cmsis_dsp.support:
|
||||
filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX
|
||||
|
|
|
@ -1,7 +1,3 @@
|
|||
common:
|
||||
# TODO: Remove when QEMU 6.2 is released with MVE emulation (see #37694).
|
||||
platform_exclude: mps3_an547
|
||||
|
||||
tests:
|
||||
libraries.cmsis_dsp.svm:
|
||||
filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX
|
||||
|
|
|
@ -1,7 +1,3 @@
|
|||
common:
|
||||
# TODO: Remove when QEMU 6.2 is released with MVE emulation (see #37694).
|
||||
platform_exclude: mps3_an547
|
||||
|
||||
tests:
|
||||
libraries.cmsis_dsp.transform:
|
||||
filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue