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

Fix ESP32-S3 ROM address of ets_update_cpu_frequency_rom #1722

Merged
merged 2 commits into from
Jun 26, 2024

Conversation

ProfFan
Copy link
Contributor

@ProfFan ProfFan commented Jun 26, 2024

Thank you for your contribution!

We appreciate the time and effort you've put into this pull request.
To help us review it efficiently, please ensure you've gone through the following checklist:

Submission Checklist 📝

  • I have updated existing examples or added new ones (if applicable).
  • I have used cargo xtask fmt-packages command to ensure that all changed code is formatted correctly.
  • My changes were added to the CHANGELOG.md in the proper section.
  • My changes are in accordance to the esp-rs API guidelines

Extra:

Pull Request Details 📖

Description

Please provide a clear and concise description of your changes, including the motivation behind these changes. The context is crucial for the reviewers.

Testing

Describe how you tested your changes.

@jessebraham jessebraham added the skip-changelog No changelog modification needed label Jun 26, 2024
@jessebraham jessebraham removed the skip-changelog No changelog modification needed label Jun 26, 2024
@bjoernQ
Copy link
Contributor

bjoernQ commented Jun 26, 2024

Close #1721

@bjoernQ bjoernQ linked an issue Jun 26, 2024 that may be closed by this pull request
Copy link
Contributor

@bjoernQ bjoernQ 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
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 Jun 26, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to a conflict with the base branch Jun 26, 2024
@SergioGasquez SergioGasquez enabled auto-merge June 26, 2024 15:46
@alevinval
Copy link
Contributor

alevinval commented Jun 26, 2024

Sorry about that! Should have tested with maximum clock... actually, I don't get why I didn't get this failure.

EDIT: Ok, I guess because I always tested at minimum clock, so boot defaults, so never triggered the ROM call.

@SergioGasquez
Copy link
Member

Looks like there was a merge conflict which should now be fixed

@SergioGasquez SergioGasquez added this pull request to the merge queue Jun 26, 2024
Merged via the queue into esp-rs:main with commit 565faf7 Jun 26, 2024
30 checks passed
@ProfFan ProfFan deleted the fan/fix-s3-rom branch June 26, 2024 16: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.

Crash on ESP32-S3 when configuring the clocks after a certain commit
5 participants