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

[RP2040] Fix host remote wakeup #365

Merged
merged 1 commit into from
Jun 26, 2023

Conversation

KarlK90
Copy link
Contributor

@KarlK90 KarlK90 commented Feb 23, 2023

Previously a device which attempted to wake a sleeping host would not be notified about the resumed operation and thus stay suspended for ever. This is due to the fact that only a host initiated wakeup would trigger a interrupt. As a workaround we use the SOF interrupt which is enabled for a short amount of time to detect the resume of the bus and wakeup the device.

Previously a device which attempted to wake a sleeping host would not be
notified about the resumed operation and thus stay suspended for ever.

This is due to the fact that only a host initiated wakeup would trigger
a interrupt. As a workaround we use the SOF interrupt which is enabled
for a short amount of time to detect the resume of the bus and wakeup
the device.
@fpoussin fpoussin merged commit 5d2d95c into ChibiOS:chibios-21.11.x Jun 26, 2023
@fpoussin
Copy link
Member

Thank you!

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.

2 participants