Skip to content

Infineon/cmsis

Repository files navigation

CMSIS Repository

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