mjs513 / CMSIS-NN--Neural-Network--for-Teensy-3.6

6 stars 0 forks source link

CMSIS #1

Closed mousetrapbot01 closed 4 years ago

mousetrapbot01 commented 4 years ago

Hello,

I want to port this project to the particle photon, which is a arduino-like mcu. https://docs.particle.io/photon/ However, during compilation, the arm_math.h is having some problems.

Is it possible that the library changed from cmsis legacy to cmsis 5 so that the libraries are not compatible? I'm assuming you wrote this before cmsis 5 was released.

Thanks.