8000 Fix RP2040 idle by tannewt · Pull Request #7893 · adafruit/circuitpython · GitHub
[go: up one dir, main page]

Skip to content

Fix RP2040 idle #7893

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

Merged
merged 1 commit into from
Apr 24, 2023
Merged

Fix RP2040 idle #7893

merged 1 commit into from
Apr 24, 2023

Conversation

tannewt
Copy link
Member
@tannewt tannewt commented Apr 21, 2023

Don't idle from main if we scheduled an interrupt for 0 ticks in the future.

Have RP2040 detect wakes that happen between setting the timer and the idle call.

Fixes #7361

Don't idle from main if we scheduled an interrupt for 0 ticks in
the future.

Have RP2040 detect wakes that happen between setting the timer and
the idle call.

Fixes micropython#7361
@tannewt tannewt added the rp2040 Raspberry Pi RP2040 label Apr 21, 2023
A839
Copy link
Collaborator
@dhalbert dhalbert left a comment

Choose a reason for hiding this comment

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

Thanks for figuring this out!

@dhalbert dhalbert merged commit 2b95fc3 into adafruit:main Apr 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rp2040 Raspberry Pi RP2040
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Status LED blink irregular on RP2040
2 participants
0