Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactoring: remove the FirmwareImage trait and eliminate the elf module #802

Merged
merged 5 commits into from
Mar 5, 2025

Conversation

jessebraham
Copy link
Member

@jessebraham jessebraham commented Mar 5, 2025

Changes should be pretty straightforward I hope. This is still just one of many refactoring PRs, so nothing is set in stone yet and there are still further changes to make.

One notable omission here is a generic interface for application image formats; I'm working on this but it's not ready yet, and I'd like to get these changes merged at least.

This also exposes xmas_elf::ElfFile in the public API, which is not a stable dependency, so this will need to be resolved. I will open an issue to keep track of this and resolve it in a later PR, probably when the aforementioned interface is created.

This closes #792, as the elf module no longer exists.

This is also the first steps towards #745, although there is still much work to be done regarding this issue.

Copy link
Member

@SergioGasquez SergioGasquez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thanks

@SergioGasquez SergioGasquez added this pull request to the merge queue Mar 5, 2025
Merged via the queue into esp-rs:main with commit eb963d7 Mar 5, 2025
24 checks passed
@jessebraham jessebraham deleted the refactor/misc branch March 5, 2025 12:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ELF Module refactor
2 participants