-
Notifications
You must be signed in to change notification settings - Fork 61
hal: esp32c6: Fix sleep routine #438
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
base: zephyr
Are you sure you want to change the base?
Conversation
ba19475
to
bf6f6ac
Compare
bf6f6ac
to
6f8fbb5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You are reverting some changes that were not added by #335 but that are needed for esp32c6's LP Core support. Did you tested this with LP Core build?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for pointing it out. I checked IDF's individual changes and probably doing the minimal changes is a better option.
Fix sleep routine for ESP32-C6 after regression when updating HAL to v.5.1.c. Signed-off-by: Raffael Rostagno <[email protected]>
6f8fbb5
to
a03cbeb
Compare
Fix sleep routine for ESP32-C6 after regression when updating HAL to v.5.1.c (PR #335).