1. Packs
  2. CMSIS-DSP

Change Log

Version 1.15.0: Aug. 21, 2023

Get Pack
      v1.15.0
      * Switched to semantic versioning
      * Corrections to MFCC
      * Updated support for cmsis build tools 2.0
      * Compute graph removed. It is now part of CMSIS-Stream
      * Github issues:
        * 95,96,105,106,108,111,112
      * New FFT initializations to allow linker to do code size optimizations
        * If you know the size of the transform at build time, prefer functions like
          arm_cfft_init_64_q15 to functions like arm_cfft_init_q15.
          It applies for CFFT, RFFT and MFCC and other datatypes.

Version 1.14.4: March 10, 2023

Get Pack
      Version v1.14.4

Version 1.14.3: Jan. 20, 2023

Get Pack
      v1.14.3

Version 1.14.2: Nov. 4, 2022

Get Pack
      Bug fixes.
      Bug fixes and improvements to compute graph.

Version 1.14.1: Sept. 29, 2022

Get Pack
      Some Neon acceleration for aarch64 f64 kernels

Version 1.14.0: Sept. 20, 2022

Get Pack
      Added support for CMSIS Event Recorder to the compute graph.
      Added more customization options to the compute graph.

Version 1.13.0: Sept. 13, 2022

Get Pack
      Added cyclo static scheduling to the CMSIS-DSP compute graph

Version 1.12.0: Sept. 9, 2022

Get Pack
      New version of SDF
      (Renaming and new feature to make it more developer friendly).

Version 1.11.0: Aug. 3, 2022

Get Pack
      Improved documentation.
      QR decomposition with Householder transform (float only).

Version 1.10.1: July 5, 2022

Get Pack
      First release with new repository