Hello,
I am trying to port in the CMSIS 5 DSP library in my project. The git repository states "This GitHub development repository contains already pre-built libraries (stored in Git-LFS) of various software". So after installing git lfs and cloning the repository and after running "git lfs pull" I can't really find the files.
I have ported and used CMSIS_4 before so generally I am looking for something like this https://github.com/ARM-software/CMSIS/tree/master/CMSIS/Lib/GCC. I would like to use the newer version though.
Does anyone know what are the step-by-step commands I have to run with git lfs? What is the path that the pre-built libraries are placed? Where should I be looking? Should there be ".a" files like there are for CMSIS_4 ?
Thank you.
Hello, these files are no longer provided. See release notes (search for CMSIS-DSP: 1.9.0):
https://github.com/ARM-software/CMSIS_5/releases
I will request the text is changed in the main readme. Apologies for the inconvenience.