GuentherMartin
ed735e2931
CMSIS Device: - Reworked ARMCM* C-StartUp files.
6 years ago
Jonatan Antoni
e897cabfef
DSP: Updated all examples, using ARM_MATH_MVEF instead of HELIUM.
...
Change-Id: I5333cfbed8830c0788f7b15aa71c64763455bc46
6 years ago
Jonatan Antoni
e0a2a456b7
Pack: Fixed version for Cortex-M55 Startup component.
...
- Set all versions to 1.0.0 as its the initial release.
- Fixed all projects to refer to proper pack/component versions.
Change-Id: I4dc8429ae77e7647573ce93be0de708a8d6675f6
6 years ago
Christophe Favergeon
017962caec
CMSIS-DSP: Fix for issue 874
6 years ago
Jonatan Antoni
2e712fe8a8
Device: Replaced __MVE_USED with __ARM_FEATURE_MVE on Armv8.1-M devices.
...
Change-Id: I88dce50f659d6a4017ce640618adecb638b905cd
6 years ago
GuentherMartin
b72b4e46e9
CMSIS-DSP: reduced arm_linear_interep_table for arm_linear_interp_example.
6 years ago
GuentherMartin
f51e95f5a8
CMSIS-DSP: Corrected tail management bug in MVE version of arm_fir_f32.c
6 years ago
Christophe Favergeon
78d7e66bc9
CMSIS-DSP: Corrected issue in initialization tables for RFFT 32 samples.
6 years ago
Christophe Favergeon
fa54f15135
CMSIS-DSP: Corrected tail management bug in MVE version of arm_fir_f32.c
6 years ago
GuentherMartin
349b8d1ed2
CMSIS DSP: reworked examples.
6 years ago
Christophe Favergeon
56ad8dd096
CMSIS-DSP: Correction to spline function to be able to build examples
...
Correction of CMSIS-DSP version number for binary version of the CMSIS-DSP.
6 years ago
Christophe Favergeon
ecb9df9e18
CMSIS-DSP: Corrected type mistake.
6 years ago
Christophe Favergeon
9c7329cd52
CMSIS-DSP: Updated examples.
6 years ago
Christophe Favergeon
952c32f75b
CMSIS-DSP: Updated MDK projects with new functions.
6 years ago
Christophe Favergeon
e4a2262af3
CMSIS-DSP: Added tutorial link to Doxygen documentation.
...
Corrected potential build issue with packs.
6 years ago
Jonatan Antoni
9ec9907e1d
CMSIS-DSP: Updates pack source component.
...
- Bumped component version to 1.8.0
- Added new groups/functions/files
Change-Id: Iee15d6af1e7e9c1169867270ca04f9ca7d5552c7
6 years ago
Christophe Favergeon
f64de0436f
CMSIS-DSP: Disable some tests in the test framework.
...
NN tests are by default disables.
6 years ago
ClaudioMartino
1d51b2ba00
CMSIS-DSP: Modified spline f32 to compute coeffs at init time
...
- Moved coefficients computation to init function
- Improved documentation
6 years ago
Christophe Favergeon
1c6bd2c3d6
CMSIS-DSP: Improved regression script for tests
...
Now environment variables can be set and unset per toolchain and core.
6 years ago
Christophe Favergeon
087e9edd39
CMSIS-DSP: Corrected compilation issue.
...
Compilation error when ROUNDING=ON in MVE code.
6 years ago
Christophe Favergeon
23f969c6c7
CMSIS-DSP: Added M55 to test framework.
...
Added a regression script to test several configurations of
the CMSIS-DSP.
6 years ago
ClaudioMartino
64d43685fb
CMSIS-DSP: Added MVE support for logical operators (modified prototypes)
6 years ago
Christophe Favergeon
0e438b58f6
CMSIS-DSP: Fix to MVE code to allow compilation with AC6 6.14
6 years ago
ClaudioMartino
fb1f6b04a7
CMSIS-DSP: Added scalar float64 entropy and kullback leibler
6 years ago
ClaudioMartino
3446683ed3
Improved arm_quick_sort_f32
6 years ago
Christophe Favergeon
97969db78c
CMSIS-DSP: Corrected compilation warnings
6 years ago
Christophe Favergeon
c87009affc
CMSIS-DSP: Corrected failing test.
6 years ago
Christophe Favergeon
c5339c7910
CMSIS-DSP: Corrected Doxygen issues
...
Issues with documentation of elementwise functions;
Issues with sorting functions;
Issues with splines functions.
6 years ago
Christophe Favergeon
efd47b9da6
CMSIS-DSP: Improvement for issue 809
6 years ago
Christophe Favergeon
d2fb32de54
CMSIS-DSP: Added longer test patterns and corrected saturation bugs.
...
Longer test patterns for BasicMaths, ComplexMaths and Statistics.
Corrected saturation bug in MVE code for arm_abs_q7,
arm_cmplx_conj_q15 and arm_cmplx_conj_q31.
6 years ago
Christophe Favergeon
d031dc0dcd
CMSIS-DSP: Modified thresholds for ComplexMathsQ15 tests.
6 years ago
Christophe Favergeon
f130e78572
CMSIS-DSP: Added more tests for ComplexMathsQ15
6 years ago
Christophe Favergeon
8f121092cd
CMSIS-DSP: Added more tests for ComplexMaths.
6 years ago
Christophe Favergeon
dcda169de6
CMSIS-DSP: Cleaning for RFFT
...
Updated Doxygen comments.
Moved cfft_init_f64 from PythonWrapper to normal repository.
6 years ago
Christophe Favergeon
d5db9b7123
CMSIS-DSP:Correction for issue 218
6 years ago
Christophe Favergeon
c97ef0adf6
CMSIS-DSP:Correction for issue 258
6 years ago
Christophe Favergeon
d5dabb0e23
CMSIS-DSP:Correction for issue 344
6 years ago
Christophe Favergeon
db45f2793e
CMSIS-DSP:Correction for issue 694.
6 years ago
Christophe Favergeon
666563eb0f
CMSIS-DSP: Correction for float16 support with MVE.
6 years ago
Christophe Favergeon
f2facaa0a2
CMSIS-DSP: Correction for issue 720
6 years ago
Christophe Favergeon
6c98bfbc02
CMSIS-DSP: Corrected preconditions on arm_bilinear_interp functions.
...
rows and cols were switched and the bounds were not correct.
6 years ago
Christophe Favergeon
05fcad5977
CMSIS-DSP:Added tests for arm_bilinear_interp (f32,q31,q15 and q7).
...
Corrected bug in arm_bilinear_interp_f32. Now indexes are starting at 0
like with other bilinear versions.
6 years ago
Christophe Favergeon
ceca332b10
CMSIS-DSP:Added tests for arm_linear_interp f32, q31, q15 and q7.
6 years ago
Christophe Favergeon
9fdf799b23
CMSIS-DSP: Added missing patterns.
6 years ago
Christophe Favergeon
0f4d94707d
CMSIS-DSP: Improved the test script to take additional command line options.
6 years ago
Christophe Favergeon
2caf8821a4
CMSIS-DSP: Added a script to run all the tests.
...
Tests are getting too big. This script will help to run all the tests
without having to build an executable containing them all.
6 years ago
Christophe Favergeon
1d101f749c
CMSIS-DSP: Improved READMEs
...
Corrected Doxygen warnings.
6 years ago
Christophe Favergeon
c0a597a51c
CMSIS-DSP: Added test patterns for arm_fir_decimate and arm_fir_interpolate.
...
Added MVE code for arm_fir_decimate and arm_fir_interpolate.
6 years ago
Christophe Favergeon
c21c54f83d
CMSIS-DSP: Added MVE code for merge_rfft_f32
6 years ago
Christophe Favergeon
266d88ba4a
CMSIS-DSP: Added MVE version of stage_rfft_f32
6 years ago