mbed-os/libraries/dsp/cmsis_dsp/TransformFunctions
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
..
arm_bitreversal.c Updated DSP library + build system changes 2013-11-08 15:38:23 +02:00
arm_bitreversal2.S Updated DSP library + build system changes 2013-11-08 15:38:23 +02:00
arm_cfft_f32.c Updated DSP library + build system changes 2013-11-08 15:38:23 +02:00
arm_cfft_radix2_f32.c Updated DSP library + build system changes 2013-11-08 15:38:23 +02:00
arm_cfft_radix2_init_f32.c Updated DSP library + build system changes 2013-11-08 15:38:23 +02:00
arm_cfft_radix2_init_q15.c Updated DSP library + build system changes 2013-11-08 15:38:23 +02:00
arm_cfft_radix2_init_q31.c Updated DSP library + build system changes 2013-11-08 15:38:23 +02:00
arm_cfft_radix2_q15.c Updated DSP library + build system changes 2013-11-08 15:38:23 +02:00
arm_cfft_radix2_q31.c Updated DSP library + build system changes 2013-11-08 15:38:23 +02:00
arm_cfft_radix4_f32.c Updated DSP library + build system changes 2013-11-08 15:38:23 +02:00
arm_cfft_radix4_init_f32.c Updated DSP library + build system changes 2013-11-08 15:38:23 +02:00
arm_cfft_radix4_init_q15.c Updated DSP library + build system changes 2013-11-08 15:38:23 +02:00
arm_cfft_radix4_init_q31.c Updated DSP library + build system changes 2013-11-08 15:38:23 +02:00
arm_cfft_radix4_q15.c Updated DSP library + build system changes 2013-11-08 15:38:23 +02:00
arm_cfft_radix4_q31.c Updated DSP library + build system changes 2013-11-08 15:38:23 +02:00
arm_cfft_radix8_f32.c Updated DSP library + build system changes 2013-11-08 15:38:23 +02:00
arm_dct4_f32.c Updated DSP library + build system changes 2013-11-08 15:38:23 +02:00
arm_dct4_init_f32.c Updated DSP library + build system changes 2013-11-08 15:38:23 +02:00
arm_dct4_init_q15.c Updated DSP library + build system changes 2013-11-08 15:38:23 +02:00
arm_dct4_init_q31.c Updated DSP library + build system changes 2013-11-08 15:38:23 +02:00
arm_dct4_q15.c Updated DSP library + build system changes 2013-11-08 15:38:23 +02:00
arm_dct4_q31.c Updated DSP library + build system changes 2013-11-08 15:38:23 +02:00
arm_rfft_f32.c Updated DSP library + build system changes 2013-11-08 15:38:23 +02:00
arm_rfft_fast_f32.c Updated DSP library + build system changes 2013-11-08 15:38:23 +02:00
arm_rfft_fast_init_f32.c Updated DSP library + build system changes 2013-11-08 15:38:23 +02:00
arm_rfft_init_f32.c Updated DSP library + build system changes 2013-11-08 15:38:23 +02:00
arm_rfft_init_q15.c Updated DSP library + build system changes 2013-11-08 15:38:23 +02:00
arm_rfft_init_q31.c Updated DSP library + build system changes 2013-11-08 15:38:23 +02:00
arm_rfft_q15.c Updated DSP library + build system changes 2013-11-08 15:38:23 +02:00
arm_rfft_q31.c Updated DSP library + build system changes 2013-11-08 15:38:23 +02:00