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

Update ChangeBaudrate processing #50

Merged
merged 1 commit into from
Mar 5, 2024

Conversation

SergioGasquez
Copy link
Member

Change the way we process ChangeBaudrate commands:

  • Increased the delay after sending the response
  • Remove sending the greeting: C stubs don't do this
  • Added a small delay after changing the baudrate to imitate the C stubs

PR is open against the esp-hal-upgrade branch which is the one I used for testing.

@SergioGasquez SergioGasquez linked an issue Mar 5, 2024 that may be closed by this pull request
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.

LGTM, thank you!

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.

Thank you!

@MabezDev MabezDev merged commit cdb1a67 into esp-rs:esp-hal-upgrade Mar 5, 2024
@SergioGasquez SergioGasquez deleted the fix/change-baud branch March 5, 2024 11:51
MabezDev added a commit that referenced this pull request Mar 8, 2024
* Update to esp-hal unified, read => read_volatile on uart fifo

* feat: Update ChangeBaudrate processing (#50)

* feat: Bump MSRV (#51)

* use released hal

---------

Co-authored-by: Sergio Gasquez Arcos <sergio.gasquez@gmail.com>
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.

Flashing an S3 with baud rate higher than 115,200 causes a timeout
3 participants