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

Used GPIOs can't be unconfigured for wakeup #2020

Closed
bugadani opened this issue Aug 28, 2024 · 1 comment · Fixed by #2095
Closed

Used GPIOs can't be unconfigured for wakeup #2020

bugadani opened this issue Aug 28, 2024 · 1 comment · Fixed by #2095
Labels
bug Something isn't working low power Light-/Deep-Sleep and co-processor support peripheral:gpio GPIO peripheral

Comments

@bugadani
Copy link
Contributor

If I move a GPIO to be used for something, I can't get the struct back, so I can't (using only safe code) configure the GPIO to be a wakeup source.

@MabezDev MabezDev added bug Something isn't working low power Light-/Deep-Sleep and co-processor support peripheral:gpio GPIO peripheral labels Aug 28, 2024
@MabezDev
Copy link
Member

Just briefly looked into this, I believe this is because the Ext pins etc aren't using the PeripheralRef API.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working low power Light-/Deep-Sleep and co-processor support peripheral:gpio GPIO peripheral
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants