Skip to content

Conversation

@SergioGasquez
Copy link
Member

@SergioGasquez SergioGasquez commented Jun 11, 2025

Draft PR as there are still some missing parts:

  • We need to check if the provided EspIdfFormatArgs make sense for the selected subcommand
  • There are still some esp-idf specifics that are not in the esp-idf module, maybe we should move them
  • Not sure if I like the make_... methods, but I cant think of anything better
  • Not sure if some things should live in targets/<chip>.rs or as method of the Chip enum
    • This can/should be done in a later PR if required.
  • There are also some TODOs in the code that need to be resolved
  • Maybe there is some docstrings missing
  • There are still some ESP-IDF only annotations

Any feedback or suggestion is more than welcome!

@SergioGasquez SergioGasquez force-pushed the feat/imageformat branch 2 times, most recently from 85db5d2 to 446dc17 Compare June 12, 2025 09:30
Copy link
Member

@MabezDev MabezDev left a comment

Choose a reason for hiding this comment

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

LGTM, awesome job! This was no easy feat :D.

Could you add the changelog now?

@SergioGasquez
Copy link
Member Author

Just rebased and added the changelog entry! Thanks @jessebraham and @MabezDev for all your work/help!

@SergioGasquez SergioGasquez requested a review from MabezDev June 12, 2025 11:14
Copy link
Member

@MabezDev MabezDev 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!

Copy link
Contributor

@JurajSadel JurajSadel left a comment

Choose a reason for hiding this comment

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

Thanks for working on this!

@MabezDev MabezDev enabled auto-merge June 12, 2025 11:38
@MabezDev MabezDev added this pull request to the merge queue Jun 12, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jun 12, 2025
@SergioGasquez SergioGasquez added this pull request to the merge queue Jun 12, 2025
Merged via the queue into esp-rs:main with commit 56a23a7 Jun 12, 2025
25 checks passed
@SergioGasquez SergioGasquez deleted the feat/imageformat branch June 12, 2025 12:13
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.

Refactor image formatting, and allow supporting new image formats in a backward compatible way

4 participants