Skip to content

Roxbili/CMSIS-Arduino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CMSIS-Arduino

CMSIS version: 5.8.0
CMSIS-DSP verion: 1.9.0
CMSIS-NN version: 7.0.0

How to build CMSIS-DSP library?

cd DSP
sh build_library.sh {CMSIS_PATH} {CMSIS_VERSION}

# example
# sh build_library.sh CMSIS_5-5.8.0 5.8.0

How to build CMSIS-NN library?

cd NN
sh build_library.sh {CMSIS_PATH} {CMSIS_VERSION}

# example
# sh build_library.sh CMSIS_5-5.8.0 5.8.0

Load .zip library in Arduino IDE

In the Arduino IDE, navigate to Sketch > Include Library > Add .ZIP Library.

About

CMSIS-DSP and CMSIS-NN in Arduino

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages