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

Use esp-flasher-stub stubs #518

Merged
merged 4 commits into from
Nov 23, 2023
Merged

Conversation

SergioGasquez
Copy link
Member

  • Replace the current C stubs for esp-flasher-stub generated stubs.
    • esp-flasher-stub does not generate ESP8266 stubs so I kept the C based stub for it

@MabezDev
Copy link
Member

Given how untested the stubs are, this has the potential to induce a bunch of bug reports. Do we want to add them behind a flag first?

@SergioGasquez
Copy link
Member Author

Given how untested the stubs are, this has the potential to induce a bunch of bug reports. Do we want to add them behind a flag first?

I initially did that, but as Jesse suggested, not sure how many people will test it if it's behind a feature. Happy to revert the lats commit and keep it behind a flag, though.

@MabezDev
Copy link
Member

I initially did that, but as Jesse suggested, not sure how many people will test it if it's behind a feature

True, presumably there will be a rc release for espflash 3.0, so I guess if many people run into issues with the rc we can revisit the decision.

Copy link
Member

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

@jessebraham jessebraham merged commit 775e222 into esp-rs:main Nov 23, 2023
19 checks passed
@SergioGasquez SergioGasquez deleted the feat/rust-stub branch November 23, 2023 11:27
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.

Use esp-flasher-stub instead of the C-based stubs
3 participants