mbed-os/libraries/dsp/cmsis_dsp
Bogdan Marinescu e69956aba2 Updated DSP library + build system changes
Updated CMSIS DSP to latest version (CMSIS-SP-00300-r3p2-00rel1.zip)
Build system changes to be able to preprocess assembler sources before compiling them:

- GCC: use gcc '-x assembler-with-cpp'
- ARM: preprocess first, then assemble (two separate commands)
- IAR: added macro definitions and include directories to the assembler command line

Removed CORTEX_ARM_SUPPORT restriction for the DSP libraries.
Tested: LPC1768 with ARM, GCC_ARM and IAR, LPC11U24 with ARM.
2013-11-08 15:38:23 +02:00
..
BasicMathFunctions Updated DSP library + build system changes 2013-11-08 15:38:23 +02:00
CommonTables Updated DSP library + build system changes 2013-11-08 15:38:23 +02:00
ComplexMathFunctions Updated DSP library + build system changes 2013-11-08 15:38:23 +02:00
ControllerFunctions Updated DSP library + build system changes 2013-11-08 15:38:23 +02:00
FastMathFunctions Updated DSP library + build system changes 2013-11-08 15:38:23 +02:00
FilteringFunctions Updated DSP library + build system changes 2013-11-08 15:38:23 +02:00
MatrixFunctions Updated DSP library + build system changes 2013-11-08 15:38:23 +02:00
StatisticsFunctions Updated DSP library + build system changes 2013-11-08 15:38:23 +02:00
SupportFunctions Updated DSP library + build system changes 2013-11-08 15:38:23 +02:00
TransformFunctions Updated DSP library + build system changes 2013-11-08 15:38:23 +02:00
arm_common_tables.h Updated DSP library + build system changes 2013-11-08 15:38:23 +02:00
arm_math.h Updated DSP library + build system changes 2013-11-08 15:38:23 +02:00
math_helper.h Updated DSP library + build system changes 2013-11-08 15:38:23 +02:00