Search found 1 match

by haxpanel
Mon May 21, 2018 5:12 pm
Forum: ESP-IDF
Topic: How to create and build a standalone ESP-IDF static library?
Replies: 1
Views: 4348

How to create and build a standalone ESP-IDF static library?

I'm learning ESP-IDF platform and now want to create a library in order to be able to structure my code properly in the future. I've done some research and found out that a component needs to be under a `components/<component-name>` folder. The documentation doesn't talk about or I missed how to cre...