This repository was archived by the owner on Feb 21, 2026. It is now read-only.
Conversation
…an Intel HEX file
…om a file into segment data
…oad addresses to segment data slices
…ed the FirmwareStorage interface
Changed Files
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #70 +/- ##
========================================
- Coverage 6.11% 5.84% -0.28%
========================================
Files 29 29
Lines 3237 3390 +153
Branches 3237 3390 +153
========================================
Hits 198 198
- Misses 3019 3172 +153
Partials 20 20 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
esden
approved these changes
Dec 20, 2025
Member
esden
left a comment
There was a problem hiding this comment.
LGTM, merging
As a sidenote, even though we prefer if users use the elf files to update the firmware we will need the support for these formats down the road for other things, so it is definitely not a wasted effort. :D
Member
Author
|
Agreed, especially with what's planned for the tool's future wrt becoming a more capable BMP-specific replacement for BMDA! |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
In this PR we address the Intel HEX support that has till now just been a stub that bombs the tool out. This completes the trifecta of formats the tool understands (raw .bin, ELF, ihex) and can use as a data source for the firmware.
This is mostly just for completeness sake as the build system is capable of producing a .hex of the firmware. The preference is still for users to have the tool work with ELF files as they're the most information-complete and robust mechanism available.