How can the esp-idf build system be packaged into an independent library?
TODO
The original esp-idf-bindgen includes an sdkconfig.h while the esp-idf build process includes one in the build/include after calling “make”
To use the most accurate and project specific sdkconfig we must call build during the build process. Is it possible to reference the “parent project” in a dependencies crate?