Silfurion
3d5fb83720
Add some f64 Neon optimisations for aarch64
...
Some documentation improvements.
3 years ago
Christophe Favergeon
7c595300cc
Updated documentation due to the renaming of SDF.
...
Corrected small bug introduced by duplicate feature in SDF.
3 years ago
Christophe Favergeon
e0bb1407f7
Improved documentation
3 years ago
Christophe Favergeon
6a7b8879f4
Added documentation about how to build with Make
...
An example makefile was added into Source and the README improved.
Small correction to Python wrapper URLs.
3 years ago
Christophe Favergeon
2571318f56
Improvements to pack description and documentation.
3 years ago
Christophe Favergeon
65cf6252ca
Added support for building the test framework and examples with CMSIS build tools.
3 years ago
Christophe Favergeon
421e1b1972
Update README
4 years ago
Christophe Favergeon
0db91786e9
README improvements.
...
Example improvement.
cmake improvement.
github workflow tuning.
4 years ago
Christophe Favergeon
ca7fa852f5
Corrected README.
4 years ago
Christophe Favergeon
470f6fde6b
Documentation update
4 years ago
Christophe Favergeon
0df8df7561
Corrected license badge
4 years ago
Christophe Favergeon
62ff7daedf
Corrected release and license badges.
4 years ago
Christophe Favergeon
a248b071b3
Improved SDF documentation and updated for new cmake files.
...
New repository of CMSIS-DSP is now referring to the outside CMSIS Core
include folder. SDF examples had to be modified to support this.
4 years ago
Christophe Favergeon
0dc58a2e89
Corrected some typos in the README.
4 years ago
Christophe Favergeon
3f95fbca89
New repository for CMSIS-DSP
4 years ago
Christophe Favergeon
6cfdbe7dc6
CMSIS-DSP: Refactoring of the PythonWrapper and SDF
...
Refactoring to enable improvements to the wrapper and to be able to
upload it to the Python repository.
4 years ago
Christophe Favergeon
8970ae1e81
CMSIS-DSP: Update to the README
...
Additional info about the compilation defines for FFT tables and the
Python configuration script.
4 years ago
Christophe Favergeon
1019e4c4a8
CMSIS-DSP: Correcting a bug in matrix inversion
...
When pivot is 0, the row permutation code was not correct and failing on
some matrixes (but not all matrixes).
5 years ago
Christophe Favergeon
c0d3b61f37
CMSIS-DSP: Changed cmake required minimum version
6 years ago
Christophe Favergeon
cb125bba76
CMSIS-DSP: Test framework improvement
...
Added gcc support for M55 FVP.
6 years ago
Christophe Favergeon
1d101f749c
CMSIS-DSP: Improved READMEs
...
Corrected Doxygen warnings.
6 years ago
Jinhui-Lin
9a667c40d6
Update README.md
...
Fix 'cross compil' to 'cross compile' in `CMSIS/DSP/README.md`
6 years ago
Christophe Favergeon
3bf2e2eda6
CMSIS-DSP: Enable build with MSVC compiler.
...
The goal of this commit is to allow the build of CMSIS-DSP on Windows to
enable the use of the library from Python or Matlab.
The Python wrapper has also been simplified and is now using the
CMSIS-DSP directly without requiring specific include files or source files.
7 years ago
Christophe Favergeon
080b994dd7
CMSIS-DSP: Customization of FFT tables.
...
Compilation symbols have been introduced to allow to include only the
FFT tables which are useful in a given application.
The README.md in DSP is giving more details.
7 years ago
Christophe Favergeon
de626e2391
CMSIS DSP : Added a cmake build system
...
It is not replacing the current MDK and ArmDS projects.
It is a complementary way to build CMSIS-DSP.
Current version is supporting ARM AC6 compiler from ArmDS.
The result of the build can be run on a FVP for instance.
It could be extended to use different toolchain and build for different
targets.
The README.md in DSP folder is giving all the details.
7 years ago