Integrate in Psoc 6 microcontroller

How do I integrate the edge-impulse sdk in C with 3rd party microcontrollers?

Hi @pratyush,

You can follow our porting guide for 3rd party boards: https://docs.edgeimpulse.com/docs/porting-guide.
We also provide our inferencing SDK as open source and in portable C++11 so it should compile straight-away for the Psoc 6.

Aurelien

Note that we assume a C++ compiler, it is possible to compile the inferencing SDK as a C++ library and then link from a C application (example: https://github.com/edgeimpulse/example-standalone-inferencing-c) but this is so dependent on the target platform and toolchain that we do not provide support on this.