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 a couple fake sleep bugs on nrf and esp #5074

Merged
merged 1 commit into from Jul 30, 2021

Conversation

tannewt
Copy link
Member

@tannewt tannewt commented Jul 28, 2021

On ESP ctrl-c during fake sleep will now stop the sleep. A crash
on real deep sleep is now fixed as well. (Exception string saving
was crashing on reading the deep sleep exception.) Fixes #4010

This also fixes nRF fake sleep after the first time. The internal
variable wasn't being reset early enough. Fixes #4869

On ESP ctrl-c during fake sleep will now stop the sleep. A crash
on real deep sleep is now fixed as well. (Exception string saving
was crashing on reading the deep sleep exception.) Fixes micropython#4010

This also fixes nRF fake sleep after the first time. The internal
variable wasn't being reset early enough. Fixes micropython#4869
@tannewt tannewt added bug nordic power espressif applies to multiple Espressif chips labels Jul 28, 2021
@tannewt tannewt added this to the 7.0.0 milestone Jul 28, 2021
@tannewt tannewt requested a review from jepler July 28, 2021 20:28
Copy link
Member

@jepler jepler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! I didn't test but I thing I was able to understand the motivation for the changes.

@tannewt
Copy link
Member Author

tannewt commented Jul 30, 2021

CI failure was due to network issues. Merging anyway.

@tannewt tannewt merged commit bfe2978 into adafruit:main Jul 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug espressif applies to multiple Espressif chips nordic power
Projects
None yet
2 participants