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

Swap out the flasher stubs with the legacy C stubs #763

Merged
merged 1 commit into from
Feb 12, 2025

Conversation

jessebraham
Copy link
Member

@jessebraham jessebraham commented Feb 12, 2025

Opening as draft for now because:

  1. Still not 100% sure we're going to do this (pretty sure we will, though)
  2. Maybe adding a dependency on serde_json isn't worth it, and we should convert these to TOML instead, but it's easier to update them this way at least

Mostly just making sure HIL is still working by opening this now.

Closes #720

@jessebraham jessebraham added the skip-changelog Skips the changelog CI check label Feb 12, 2025
@jessebraham
Copy link
Member Author

Okay from the sounds of things we will move forward with these changes, so un-drafting. @SergioGasquez any strong opinions on the serialization format of the stub?

@jessebraham jessebraham marked this pull request as ready for review February 12, 2025 09:51
@SergioGasquez
Copy link
Member

SergioGasquez commented Feb 12, 2025

any strong opinions on the serialization format of the stub?

Both solutions work for me, I think we are ok manually converting them from json to toml as we used to do before (IIRC), also, we dont expect those to change so its basically doing the conversion only once

Edit: I didnt check the changes when writing this, I see that you used serde_json, I think this is completely valid too

@SergioGasquez SergioGasquez added this pull request to the merge queue Feb 12, 2025
Merged via the queue into esp-rs:main with commit 4ee4b59 Feb 12, 2025
33 checks passed
@jessebraham jessebraham deleted the fixes/stubs branch February 12, 2025 11:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip-changelog Skips the changelog CI check
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update flasher stubs for all devices
2 participants