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

Pico should limit pins for GPIO based on runtime config and debug probe use #518

Closed
andrewdavidmackenzie opened this issue Oct 15, 2024 · 0 comments · Fixed by #529
Closed
Assignees
Labels
enhancement New feature or request hardware Relates to configuration of or interaction with Pi GPIO hardware
Milestone

Comments

@andrewdavidmackenzie
Copy link
Owner

andrewdavidmackenzie commented Oct 15, 2024

The Pi Pico embassy code and some associated functions use a number of the hardware pins for other uses.

Also when using the debug-probe, it uses a number of the pins:

Pins that are ALWAYS used, should be filtered out of the PinDescription set returned to the UI

  • put a labal describing why unavailable, and reduce options to zero

Add a feature ("debug-probe") that when used removes other GPIO pins used by the debug probe

  • put a labal and describe why unavailable
@andrewdavidmackenzie andrewdavidmackenzie added enhancement New feature or request hardware Relates to configuration of or interaction with Pi GPIO hardware labels Oct 15, 2024
@andrewdavidmackenzie andrewdavidmackenzie added this to the 0.5.0 Release milestone Oct 15, 2024
@andrewdavidmackenzie andrewdavidmackenzie self-assigned this Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request hardware Relates to configuration of or interaction with Pi GPIO hardware
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant