Export SDK Bundle for custom build system integration
Posted: Mon May 12, 2025 9:04 am
We have a complex software solution and want to use ESP32P4 as an affordable evaluation platform for customers. We would like to integrate the IDF into our own build process that is not CMake-based. With other vendor SDKs it is often possible to configure a project, and to export build artifacts for later use. We would like to export:
I had a look at the idf_as_lib project in the IDF which seems to describe our scenario, but that requires a CMake-based build flow in the application project and is not the 2-step build that I was hoping for.
- prebuilt libraries
- generated headers
- linker scripts
- public headers or at least a list of include paths pointing into the IDF
I had a look at the idf_as_lib project in the IDF which seems to describe our scenario, but that requires a CMake-based build flow in the application project and is not the 2-step build that I was hoping for.