29 lines
704 B
YAML
29 lines
704 B
YAML
tests:
|
|
zdsp.basicmath:
|
|
filter: CONFIG_FULL_LIBC_SUPPORTED or CONFIG_ARCH_POSIX
|
|
integration_platforms:
|
|
- frdm_k64f
|
|
- sam_e70_xplained/same70q21
|
|
- mps2/an521/cpu0
|
|
- native_sim
|
|
tags: zdsp
|
|
min_flash: 128
|
|
min_ram: 64
|
|
zdsp.basicmath.fpu:
|
|
filter: (CONFIG_CPU_HAS_FPU and CONFIG_FULL_LIBC_SUPPORTED) or CONFIG_ARCH_POSIX
|
|
integration_platforms:
|
|
- mps2/an521/cpu1
|
|
- mps3/an547
|
|
tags:
|
|
- zdsp
|
|
- fpu
|
|
extra_configs:
|
|
- CONFIG_FPU=y
|
|
min_flash: 128
|
|
min_ram: 64
|
|
zdsp.basicmath.arcmwdt:
|
|
filter: CONFIG_ISA_ARCV2
|
|
toolchain_allow: arcmwdt
|
|
platform_allow: nsim/nsim_em11d
|
|
extra_args: CONF_FILE=prj_arc.conf
|