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

ESP32-C6: board.UART() on GPIO16 and GPIO17 is returning "Invalid pins" #9577

Closed
dhalbert opened this issue Aug 29, 2024 · 1 comment
Closed
Assignees
Milestone

Comments

@dhalbert
Copy link
Collaborator

ESP32-C6, at least: board.UART() or busio.uART() on GPIO16 and GPIO17 is returning "Invalid pins".

Discovered by a user in Discord. I'm debugging this: may have to do with HP vs LP UARTs and which pins work for each kind. Also found there is incomplete cleanup when the busio.UART() constructor raise an exception.

@dhalbert dhalbert added this to the 9.1.x milestone Aug 29, 2024
@dhalbert dhalbert self-assigned this Aug 29, 2024
@dhalbert dhalbert changed the title Espressif: board.UART() on GPIO16 and GPIO17 is returning "Invalid pins" ESP32-C6: board.UART() on GPIO16 and GPIO17 is returning "Invalid pins" Aug 29, 2024
@dhalbert
Copy link
Collaborator Author

dhalbert commented Sep 8, 2024

Fixed by #9579 and merged into main in #9580.

@dhalbert dhalbert closed this as completed Sep 8, 2024
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

1 participant