GuentherMartin
5648cfd4af
DSP_Lib changes:
...
- new version V1.5.5
- reworked DSP library source files
added macro ARM_MATH_LOOPUNROLL
removed macro UNALIGNED_SUPPORT_DISABLE
relpaced arm_bitreversal2.S with C version
added const-correctness
replaced SIMD pointer construct with memcpy solution
- reworked DSP library documentation
- moved DSP libraries to folder ./DSP/Lib
- ARM DSP Libraries are built with ARMCLANG
- Added DSP Libraries Source variant
7 years ago
Jonatan Antoni
f20c424e92
Revert "Const-qualify all read-only pointers in CMSIS-DSP ( #349 )"
7 years ago
Torfinn Berset
37f6c581e8
Fix duplicate `const` declaration specifier
7 years ago
Torfinn Berset
294190cc2d
Fix duplicate `const` declaration specifier
7 years ago
Torfinn Berset
db3a3ae6a5
Fix const errors when compiling for Cortex M0
7 years ago
Torfinn Berset
23765aeff4
Fix const warnings
7 years ago
Torfinn Berset
b54e1f9bf1
Converting C sources to use `const` where appropriate using regular expressions. Fix typos
7 years ago
GuentherMartin
ddee94e8db
DSP_Lib:
...
- updated arm_math.h
- reduced ARM_MATH_CMx macros
7 years ago
GuentherMartin
da38c27dd0
Merged PR #166
7 years ago
Oskar Weigl
fd1a8d82f6
restore unrelated changes inadvertently reverted due to bad commit separation
7 years ago
Oskar Weigl
c95aa7bde3
Revert "input range must be in [0:2PI]"
...
This reverts commit 6f9820bdd8 .
7 years ago
ARM IT
255011718a
Pointer increment bug correction
...
https://github.com/ARM-software/CMSIS_5/issues/165
8 years ago
ARM IT
6f9820bdd8
input range must be in [0:2PI]
8 years ago
Jonatan Antoni
2208df0e14
Global MISRA-C Rule 10.6 fix up: Unsigned constant values with U suffix, uppercase instead of lowercase. (Issue #227 )
8 years ago
Martin Günther
de2ce55a61
Updated CMSIS_DSP. Added ARMv8M support, changed copyrigth note.
9 years ago
Martin Günther
adbc210886
updated DSP Lib to V1.5.0.
9 years ago
Martin Günther
147cb4e37a
Updated CMSIS DSP because of wrong macro ARM_MATH_CM0_FAMILY_FAMILY.
9 years ago
Martin Günther
3a1cfe0e0b
Corrected arm_conv_partial_q15(), arm_conv_q15(), arm_correlate_q15() for Cortex-M7 based cores.
9 years ago
Martin Günther
7a4fea9150
Renamed folder DSP_Lib to DSP to be consistent with documentation.
10 years ago