Page 1 of 1

Component project layout - need suggestions

Posted: Tue Nov 03, 2020 6:50 pm
by technosf
I'm looking to version control a component and reference it in a main project.

I would like to have the component also be stand-along so that I can compile and run it via 'main.c' in itself for testing, but be laid out so that including it in a separate main projects 'components' folder just works too.

I'd like to hear how anyone else is doing this.

Using ESP-IDF, cmake.

TIA!

T