Question/Issue:
How do you deploy c++ lib on a esp32c3 using esp idf.
Project ID:
Context/Use case:
Question/Issue:
How do you deploy c++ lib on a esp32c3 using esp idf.
Project ID:
Context/Use case:
Hello @Aesystem,
I have never tried to compile our c++ library with the esp32c3. I’m checking internally if someone did it before. Else, happy to hear if people from the community successfully did it ![]()
Best,
Louis
Hello!
We did that internally to run a profiling on ESP32-C3, here is the branch
do you have any specific issue you’re struggling with?
how do you setup cmaklist to recognized the edgeimpulse c++ lib.
can i send you my project
thanks
I suggest you start with standalone example for ESP32
configure the project how you would configure it for ESP32-C3 - you can find the information in official ESP IDF documentation on that.
Try compiling and seeing what happens?