arduino / ArduinoCore-sam

81 stars 108 forks source link

CMSIS-DSP included with Arduino Due is not up to date #10

Open agdl opened 7 years ago

agdl commented 7 years ago

From @mochr on February 8, 2016 17:35

The CMSIS-DSP library included with the Arduino Due board installation is dated 25 July 2011 (CMSIS version 2.10), while the latest version of CMSIS-DSP is dated 20 October 2015 (CMSIS version 4.5.0).

The CMSIS package seem to contain lots of useful functions, and it would be great to have it included in the Arduino IDE. Also the included CMSIS library did not work "out of the box", but required "{build.variant.path}/libarm_cortexM3l_math.a" to be added to platforms.txt, and the .a file to be copied to "..AppData\Local\arduino15\packages\arduino\hardware\sam\1.6.6\variants\arduino_due_x".

Is there a specific reason to why the library has not been updated, or should it be possible to exchange the old library with the new without too much work?

Copied from original issue: arduino/Arduino#4544

agdl commented 7 years ago

From @pamribeirox on March 25, 2016 0:32

I share the same opinion, for now, I think I'll be doing some hammering to use some DSP functions ... regards.