1common: 2 # TODO: Remove when QEMU 6.2 is released with MVE emulation (see #37694). 3 platform_exclude: mps3_an547 4 5tests: 6 libraries.cmsis_dsp.interpolation: 7 filter: ((CONFIG_CPU_CORTEX_R or CONFIG_CPU_CORTEX_M) and TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX 8 integration_platforms: 9 - frdm_k64f 10 - sam_e70_xplained 11 - mps2_an521 12 - native_posix 13 tags: cmsis_dsp 14 min_flash: 128 15 min_ram: 64 16 libraries.cmsis_dsp.interpolation.fpu: 17 filter: ((CONFIG_CPU_CORTEX_R or CONFIG_CPU_CORTEX_M) and CONFIG_CPU_HAS_FPU and TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX 18 integration_platforms: 19 - mps2_an521_remote 20 tags: cmsis_dsp fpu 21 extra_configs: 22 - CONFIG_FPU=y 23 min_flash: 128 24 min_ram: 64 25