25 lines
753 B
YAML
25 lines
753 B
YAML
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_CORTEX_R or CONFIG_CPU_CORTEX_M) and TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX
|
|
integration_platforms:
|
|
- frdm_k64f
|
|
- sam_e70_xplained
|
|
- mps2_an521
|
|
- native_posix
|
|
tags: cmsis_dsp
|
|
min_flash: 128
|
|
min_ram: 64
|
|
libraries.cmsis_dsp.basicmath.fpu:
|
|
filter: ((CONFIG_CPU_CORTEX_R or CONFIG_CPU_CORTEX_M) and CONFIG_CPU_HAS_FPU and TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX
|
|
integration_platforms:
|
|
- mps2_an521_remote
|
|
tags: cmsis_dsp fpu
|
|
extra_configs:
|
|
- CONFIG_FPU=y
|
|
min_flash: 128
|
|
min_ram: 64
|