1common:
2  arch_allow:
3    - arm
4    - posix
5tests:
6  libraries.cmsis_dsp.fastmath:
7    filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and CONFIG_FULL_LIBC_SUPPORTED
8      ) or CONFIG_ARCH_POSIX
9    integration_platforms:
10      - frdm_k64f
11      - sam_e70_xplained/same70q21
12      - mps2/an521/cpu0
13      - native_sim
14    tags: cmsis_dsp
15    min_flash: 128
16    min_ram: 64
17  libraries.cmsis_dsp.fastmath.fpu:
18    filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and CONFIG_CPU_HAS_FPU
19      and CONFIG_FULL_LIBC_SUPPORTED) or CONFIG_ARCH_POSIX
20    integration_platforms:
21      - mps2/an521/cpu1
22      - mps3/corstone300/an547
23    tags:
24      - cmsis-dsp
25      - fpu
26    extra_configs:
27      - CONFIG_FPU=y
28    min_flash: 128
29    min_ram: 64
30