idf.py export-manifest
Posted: Wed Feb 28, 2024 3:50 pm
I wonder whether there is something like idf.py export-manifest (name made up) that does the following steps:
- Build the project, if necessary.
- Parse the output of the idf.py build command to find out which build artefacts exist.
- Grab the build artefacts and copy them into a directory together with a script that calls esptool to flash.
- (Optionally) Zip everything up for sending.