Commit Graph

5 Commits (6157563ae354a889befc97c9e51dc6c7b22c6578)

Author SHA1 Message Date
ohagendorf b34e067ef2 [dsp lib] update CMSIS dsp 4.5
update was necessary to switching on the dsp lib for Cortex M7 (DISCO_F746)
both dsp tests (CMSIS_DSP_1, DSP_1) are OK with DISCO_F746 and DISCO_L476
2015-11-18 23:26:25 +01:00
Christian Taedcke d74412c6ee Fix compiler warning (signed vs. unsigned comparison). 2014-06-19 19:18:21 +02:00
Christian Taedcke e4d8ee8287 Fix compiler warning (signed vs. unsigned comparison). 2014-06-19 19:04:26 +02:00
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
Emilio Monti 5c20760685 Initial commit of the mbed libraries and tools 2013-02-18 15:32:11 +00:00