zephyr/tests/subsys/dsp/basicmath/testcase.yaml
Yuval Peress 041e85303c dsp: Update tests for basicmath to use dsp subsystem
Update the relevant tests in basicmath to use the dsp subsystem. Note
that f16 is not updated since it's much more architecture specific and
did not become a part of zdsp.

Signed-off-by: Yuval Peress <peress@google.com>
2022-12-02 20:15:55 +01:00

22 lines
516 B
YAML

tests:
zdsp.basicmath:
filter: TOOLCHAIN_HAS_NEWLIB == 1 or CONFIG_ARCH_POSIX
integration_platforms:
- frdm_k64f
- sam_e70_xplained
- mps2_an521
- native_posix
tags: zdsp
min_flash: 128
min_ram: 64
zdsp.basicmath.fpu:
filter: (CONFIG_CPU_HAS_FPU and TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX
integration_platforms:
- mps2_an521_remote
- mps3_an547
tags: zdsp fpu
extra_configs:
- CONFIG_FPU=y
min_flash: 128
min_ram: 64