Commit Graph

35 Commits (hotfix)

Author SHA1 Message Date
Christophe Favergeon 1d9e38adca Reworked FFT initializations to make the work of the linker easier.
New FFT initialization functions to make it easier for the linker
to optimize the code size when the library is used as a static
library and can't be rebuilt.

Compilation directives for code size optimizations have been removed.
3 years ago
Christophe Favergeon 65cf6252ca Added support for building the test framework and examples with CMSIS build tools. 3 years ago
Christophe Favergeon 9d88671ddc Changed path to VHT in Examples
Name of VHT executable is different starting with version 5.37 of MDK.
4 years ago
Christophe Favergeon 3395b5d356 Updated examples
Some examples were not working.
Updated all examples for use of Arm Virtual Hardware instead of FVP.
4 years ago
Christophe Favergeon 0db91786e9 README improvements.
Example improvement.
cmake improvement.
github workflow tuning.
4 years ago
Christophe Favergeon 3f95fbca89 New repository for CMSIS-DSP 4 years ago
Christophe Favergeon 4014866174 CMSIS-DSP: Remove some gcc compilation warnings. 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 2f3a3730fd CMSIS-DSP: Correct problems related to issue 1140. 5 years ago
Christophe Favergeon 6f229b4f65 CMSIS-DSP: New MVE implementation of the FIR f32 5 years ago
Kishinami 4f80b10161 CMSIS-DSP: Modified the arm_bayes_example 5 years ago
Christophe Favergeon c0d3b61f37 CMSIS-DSP: Changed cmake required minimum version 6 years ago
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
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 349b8d1ed2 CMSIS DSP: reworked examples. 6 years ago
Christophe Favergeon 9c7329cd52 CMSIS-DSP: Updated examples. 6 years ago
Christophe Favergeon 1d101f749c CMSIS-DSP: Improved READMEs
Corrected Doxygen warnings.
6 years ago
Christophe Favergeon 88d1328ee4 CMSIS-DSP: Added example for the naive gaussian bayes classifier 6 years ago
Christophe Favergeon 585137ad16 CMSIS-DSP: Added an SVM example to show how to use it. 6 years ago
Christophe Favergeon 62bd324b20 CMSIS-DSP: Updated cmake example for arm_variance_example_f32.c 6 years ago
Christophe Favergeon 7a8a02f976 CMSIS-DSP: Corrected Doxygen warnings. 6 years ago
Christophe Favergeon 8a4c63e4d8 CMSIS-DSP: New testing framework
(For our internal use. In short term, we won't give support about it).
CMSIS-DSP: Update to cmake build for the testing framework
CMSIS-NN:Implementation of arm_fully_connected_s8
Use API and quantization compatible with TF Lite.
7 years ago
Christophe Favergeon bf1f324a6d CMSIS-DSP: DSP_Lib_TestSuite can be built with cmake.
DSP_Lib_TestSuite can be built with cmake and run on FVP.
Some issues with CMSIS-DSP cmake where discovered and corrected.

Comments added to arm_biqaud_cascade_df2T+f32 since the Neon version
must be initialized differently (and thus the corresponding test
in DSP_Lib_TestSuite will have to be updated to pass with Neon version).
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
GuentherMartin 4d15deac79 Updated DSP examples. 8 years ago
Martin Günther adbc210886 updated DSP Lib to V1.5.0. 9 years ago
Joachim Krech 65a0fde9d4 5.0.1-dev1: http:// removed. PACK schema relaxed 9 years ago
Martin Günther 61b007656e Updated DSP_Lib projects. 9 years ago
Martin Günther 31eba363dd CMSIS_Core:
- Added new file cmsis_compiler.h.
 - Deleted deprecated files core_cmfunc.h, core_cminstr.h, core_cmsimd.h.
 - Reworked compiler secific include files.
 - Reworked core dependant include files.
 - Added __PACKED macro.
9 years ago
Martin Günther 44dc66b2ef Added DSP examples. 10 years ago