zephyrproject-rtos / zephyr

Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
https://docs.zephyrproject.org
Apache License 2.0
10.61k stars 6.5k forks source link

arm: qemu: run cmsis-dsp tests on the qemu target with FPU #36013

Closed ioannisg closed 3 years ago

ioannisg commented 3 years ago

As soon as we have a qemu target with FPU on Cortex-M (mps2_an521_remote), cmsis-dsp tests should be updated to test with this target (w/ hardfp). Currently cmsis-dsp tests are being tested using mps2_an521 with softfp.

Depends on #35381.

stephanosio commented 3 years ago

NOTE1: mps3_an547 QEMU target to be added in #37588. NOTE2: mps3_an547 (Cortex-M55) should be added as an integration platform later once #37687 is implemented in order to test CMSIS-DSP with the Helium/MVE instruction set.