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

PicoW cyw43_arch_threadsafe_background grabs wrong gpio for it's interrupt #1068

Closed
envirocoder opened this issue Oct 17, 2022 · 2 comments
Closed
Assignees
Milestone

Comments

@envirocoder
Copy link
Contributor

GPIO13 was handled by the wrong interrupt handler. Fixed in pull request.

envirocoder added a commit to envirocoder/pico-sdk that referenced this issue Oct 17, 2022
fix bug raspberrypi#1068 where the raw irq handler that was added masked on IO_IRQ_BANK0 (defined as 13) and not the gpio connected to the CYW43 i.e.  CYW43_PIN_WL_HOST_WAKE
@kilograham kilograham added this to the 1.4.1 milestone Oct 21, 2022
@kilograham kilograham self-assigned this Oct 26, 2022
@kilograham kilograham modified the milestones: 1.4.1, 1.5.0 Nov 23, 2022
kilograham pushed a commit that referenced this issue Nov 24, 2022
fix bug #1068 where the raw irq handler that was added masked on IO_IRQ_BANK0 (defined as 13) and not the gpio connected to the CYW43 i.e.  CYW43_PIN_WL_HOST_WAKE

Co-authored-by: andrew arm <armdev@openlx.org.uk>
@lurch
Copy link
Contributor

lurch commented Nov 24, 2022

#1069 has been merged, so I guess this can be closed?

@kilograham
Copy link
Contributor

merged into develop

@kilograham kilograham modified the milestones: 1.5.0, 1.4.1 Nov 27, 2022
@kilograham kilograham modified the milestones: 1.4.1, 1.5.0 Jan 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants