This commit adds the `mps3_an547` board, a Cortex-M55 platform, as an integration platform for all CMSIS-DSP FPU test cases so that the M-Profile Vector Extension (MVE) vector function implementations are tested in the CI. With this change the FPU-enabled test coverage is as follows: * mps2_an521_remote (Cortex-M33) tests FPU/DSP-enabled scalar function implementations. * mps3_an547 (Cortex-M55) tests FPU/DSP-enabled MVE vector function implementations. This also has a side effect of comprehensively exercising the M-Profile Vector Extension support in the ARM architecture port, thereby ensuring the arch-level FPU/DSP/MVE support is not broken. Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
21 lines
625 B
YAML
21 lines
625 B
YAML
tests:
|
|
benchmark.cmsis_dsp.basicmath:
|
|
filter: (CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and TOOLCHAIN_HAS_NEWLIB == 1
|
|
integration_platforms:
|
|
- frdm_k64f
|
|
- sam_e70_xplained
|
|
- mps2_an521
|
|
tags: benchmark cmsis_dsp
|
|
min_flash: 128
|
|
min_ram: 64
|
|
benchmark.cmsis_dsp.basicmath.fpu:
|
|
filter: (CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and CONFIG_CPU_HAS_FPU and TOOLCHAIN_HAS_NEWLIB == 1
|
|
integration_platforms:
|
|
- mps2_an521_remote
|
|
- mps3_an547
|
|
tags: benchmark cmsis_dsp fpu
|
|
extra_configs:
|
|
- CONFIG_FPU=y
|
|
min_flash: 128
|
|
min_ram: 64
|