Add merged binary creation#180
Draft
tototo31 wants to merge 3 commits intoGhostESP-Revival:Development-dekifrom
Draft
Add merged binary creation#180tototo31 wants to merge 3 commits intoGhostESP-Revival:Development-dekifrom
tototo31 wants to merge 3 commits intoGhostESP-Revival:Development-dekifrom
Conversation
added 3 commits
November 27, 2025 10:57
- Added support for detecting ESP-IDF version 5.5.1. - Improved path checking for ESP-IDF directories. - Implemented merged binary creation using `idf.py merge-bin`, excluding it from ZIP file packaging. - Updated comments for clarity on new functionality.
- Implemented functionality to create a merged binary after a successful build using `idf.py merge-bin`. - Added console output to inform users of the process and any potential issues with file creation. - Enhanced user feedback in the flash console for better debugging and status tracking.
- Implemented functionality to create a merged binary using `idf.py merge-bin` in `compile_all.yml`, `compile_prerelease.yml`, and `custom_build.yml`. - Added checks and console output to inform users about the success or failure of the merged binary creation. - Updated artifact packaging to include the merged binary if it exists.
Collaborator
Author
|
All build scripts still produce .zip and now also produce merged files. Unmerged files should be removed as soon as we get the various flashers updated to a state where they can use the merged bin |
Collaborator
Author
|
I have not yet been able to test the github workflows as the dev branch this is based on has some failing builds. Will test once thats resolved |
Collaborator
Author
|
Ill need to sort this out after the holidays but ill take you up on that |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
idf.py merge-bin, excluding it from ZIP file packaging.What's new (Author - fill this out)
idf.py merge-bin, excluding it from ZIP file packaging.Verification (Author - fill this out)
#ifdef CONFIG_...or similar: [ ] Yes / [ ] N/ALinked Issues
Checklist (Reviewer - don't fill this out)