ARM-software / CMSIS_5

CMSIS Version 5 Development Repository
http://arm-software.github.io/CMSIS_5/index.html
Apache License 2.0
1.33k stars 1.08k forks source link

Example test projects incorrect link paths #919

Closed GI101 closed 4 years ago

GI101 commented 4 years ago

The example DSP test projects linked resource file paths are from an earlier CMSIS revision. Such as project DspLibTest_FVP_A5 had different file names and or folder name too.

christophe0606 commented 4 years ago

The DspLibTest is deprecated. We are developing new tests based on patterns generated by matlab or scipy as reference (instead of having a C reference code).

That's why this project has not been updated.

But the Examples folder should work.

The new test framework is in Testing. Since it is a work in progress it is still not fully documented. (There is just a long README).

GI101 commented 4 years ago

Thanks for the update!