Christophe Favergeon
0bf67b2333
CMSIS-DSP: Correcting issue 1289
...
A test check was disabled by mistake.
4 years ago
Christophe Favergeon
d58f76a768
CMSIS-DSP: Correcting issue 1291
...
Test was wrongly assuming a complex matrix / vector and so the
buffer sizes were too big.
4 years ago
Christophe Favergeon
f1e33b7a7f
CMSIS-DSP: Correcting issue 1293
...
Missing const qualifier in linear interpolation
4 years ago
Christophe Favergeon
ab33fa64d7
CMSIS-DSP: Synchronous Data Flow
...
Set of Python scripts used to describe synchronous data flow networks
and generate a static scheduling.
It is working with CMSIS-DSP and a few standard nodes provided as C++ or Python classes.
It can be easily extended.
It is also working with the Python wrapper for CMSIS-DSP.
Detailed documentation in the SDFTools/README.md
4 years ago
Christophe Favergeon
840a233053
CMSIS-DSP: Scalar version for arm_vlog_q31
...
Added scalar version of arm_vlog_q15
Updated PythonWrapper with vlog q31 and q15
Corrected small compilation issue with AC5 compiler.
4 years ago
Christophe Favergeon
3879adccd7
CMSIS-DSP: Correcting issue 1244
...
warning "statement is unreachable"
4 years ago
Christophe Favergeon
079b404a19
CMSIS-DSP : Correcting issue 1248
...
ARM_MATH_DSP is not behind a define guard
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
2a2f745bd3
CMSIS-DSP: Correction of issue 1217
...
Wrong initialization code for Neon version of biquad DF2T.
Initialization function was trying to modify a const array.
Added Neon function to Doxygen output and some correction because of Doxygen.
5 years ago
Christophe Favergeon
5fac45cc96
CMSIS-DSP: Removed float promotion issues
...
Corrected some additional warnings when compiling with AC5 compiler.
Updated version numbers,
5 years ago
Christophe Favergeon
515c07c575
CMSIS-DSP: Removed new compilation warnings with AC6.17 compiler.
5 years ago
Christophe Favergeon
2bc66f36fb
CMSIS-DSP: Remove deprecated test framework.
...
Removed project folder used to build the library binaries since the
library is now distributed in source form only.
5 years ago
Christophe Favergeon
96c89e0a51
CMSIS-DSP: Corrections to tests
...
Build issue with f16 on gcc.
Added some customization hooks.
5 years ago
Christophe Favergeon
28746aeadb
CMSIS-DSP: Improved tests on matrix inversions
...
And correction of an internal pointer bug in pivot code.
5 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
ac7da660b7
CMSIS-DSP: Remove type punning in vector code and some compilation warnings.
5 years ago
Christophe Favergeon
12e56614de
CMSIS-DSP: Update to Python wrapper
...
New functions added.
5 years ago
Christophe Favergeon
4014866174
CMSIS-DSP: Remove some gcc compilation warnings.
5 years ago
Christophe Favergeon
acaa70a62a
CMSIS-DSP: Correcting issue #1182
5 years ago
Sun Yiming Z
8a5de0715b
Update svm_functions.h
5 years ago
Sun Yiming Z
69a0cf38d5
Update parseLog_SV.py
5 years ago
Sun Yiming Z
1454ab6f0d
Update parseLog_SV.py
5 years ago
Sun Yiming Z
7fc18f0e6f
Update svm_functions.h
5 years ago
Sun Yiming Z
43c42fa16c
Update svm_functions_f16.h
5 years ago
Sun Yiming Z
05a3c3a3d5
Update system_ARMCR52.c
5 years ago
Sun Yiming Z
7b98c66460
Update system_ARMCR5.c
5 years ago
Sun Yiming Z
1e8499a24b
Update arm_mat_mult_fast_q15.c
5 years ago
Sun Yiming Z
75cefbeb2d
Update ArrayMemory.h
5 years ago
Sun Yiming Z
924401487d
Update arm_math_types.h
5 years ago
Sun Yiming Z
674a2d666b
Update arm_math_types.h
5 years ago
Sun Yiming Z
915f074f46
Update arm_rfft_fast_f16.c
5 years ago
Sun Yiming Z
a397d144ef
Update arm_rfft_fast_f32.c
5 years ago
Sun Yiming Z
22a0b7f92c
Update jtest_test.h
5 years ago
Sun Yiming Z
3b7015f0d2
Update parseLog.py
5 years ago
Sun Yiming Z
6496cbc017
Update parseLog_SV.py
5 years ago
Jacky Lin
920ed8ac3c
Fix misspelled in annotation
5 years ago
Christophe Favergeon
8d1e297c35
CMSIS-DSP: Corrected build issue with MVE code with gcc
...
(When building in debug mode)
5 years ago
Christophe Favergeon
542b21cf32
CMSIS-DSP: Improve doxygen.
5 years ago
Christophe Favergeon
8967816df2
CMSIS-DSP: Improved Helium implementation of fir q7.
5 years ago
Christophe Favergeon
1a8fc54da7
CMSIS-DSP: Corrected build issue with Helium code on gcc.
5 years ago
Christophe Favergeon
2118cbfb64
CMSIS-DSP: Missing new source file in CMSIS-DSP pack.
5 years ago
Christophe Favergeon
d5ad8e995b
CMSIS-DSP: Update copyright year and version numbers in comments.
5 years ago
Christophe Favergeon
cb55282a0e
CMSIS-DSP: Improved absmax and absmin tests.
5 years ago
Christophe Favergeon
f1bd948a66
CMSIS-DSP: Helium versions of absmax and absmin.
5 years ago
Christophe Favergeon
b1c5560344
CMSIS-DSP: Unrolled and DSP versions of absmin and absmax.
5 years ago
Christophe Favergeon
90c27e0f4a
CMSIS-DSP: Added absmin and absmax
...
Scalar versions only.
f32, f16, q31, q15, q7.
5 years ago
Christophe Favergeon
9332294a80
CMSIS-DSP: Improved doxygen and README
5 years ago
Christophe Favergeon
69d4d1625b
CMSIS-DSP: Correction of small issue in examples.
5 years ago
Christophe Favergeon
62425781d0
CMSIS-DSP: Improvement to AC6+FVP support in test framework.
5 years ago
Christophe Favergeon
00368be949
CMSIS-DSP: Improvement to gcc+FVP support in test framework.
5 years ago