Skip to content

CMSIS 5.8.0 Beta2

Compare
Choose a tag to compare
@alokmoondra alokmoondra released this 15 Sep 16:39
· 2 commits to master since this release

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