Skip to content

Releases: Infineon/cmsis

CMSIS Version 5.8.0

30 Sep 05:14
Compare
Choose a tag to compare

CMSIS Version 5.8.0

Overview

Release is based on CMSIS_5 tag https://github.com/ARM-software/CMSIS_5/tree/5.8.0.

What's Included?

  • [CMSIS Core]
    Standardized API for the Cortex-M processor core and peripherals.
    Includes intrinsic functions for Cortex-M4/M7/M33/M35P SIMD instructions.

  • [COMPONENT_CMSIS_NN]
    CMSIS NN, collection of efficient neural network kernels developed to maximize the
    performance and minimize the memory footprint on Cortex-M processor cores.

  • [COMPONENT_CMSIS_DSP]
    CMSIS DSP is an optimized compute library for embedded systems. Different variants are
    available according to the core and most of the functions are using a vectorized version
    when the Helium or Neon extension is available.

More information


© Cypress Semiconductor Corporation (an Infineon company), 2022.

CMSIS 5.8.0 Beta2

15 Sep 16:39
Compare
Choose a tag to compare

CMSIS Repository (Beta Release)

Overview

This repository is based on https://github.com/ARM-software/CMSIS_5/tree/5.8.0.

This repository has CMSIS Core headers, CMSIS DSP and CMSIS NN source. It can be used by application or middleware to link CMSIS Core headers. It can also be used to build CMSIS DSP or NN based applications.

Enabling CMSIS NN and DSP

CMSIS NN and DSP source are not enabled by default. The applications which require CMSIS NN or CMSIS DSP need to update Makefile to add these in the components list:

COMPONENTS+= CMSIS_NN CMSIS_DSP