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]: Fix misconfigured pin functions for esp32c6-devkitm #15487

Merged
merged 1 commit into from
Jan 10, 2025

Conversation

eren-terzioglu
Copy link
Contributor

Summary

Fixes #15456

Fix misconfigured pins for esp32c6-devkitm

  • esp32[c6]: Fix misconfigured pin functions for esp32c6-devkitm

Impact

Only ESP32C6-DevkitM

Testing

esp32c6-devkitm:gpio configuration used with these commands:

gpio -t 1 /dev/gpio2
gpio -o 1 /dev/gpio0
gpio -o 1 /dev/gpio0

Output followed with an logic analyzer.

@github-actions github-actions bot added the Size: XS The size of the change in this PR is very small label Jan 10, 2025
@eren-terzioglu
Copy link
Contributor Author

eren-terzioglu commented Jan 10, 2025

@xiaoxiang781216, If it is OK for you, you can merge it to fix the issue. For other stuff, discussion can be done in an issue later.

@xiaoxiang781216 xiaoxiang781216 merged commit af6147f into apache:master Jan 10, 2025
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Board: risc-v Size: XS The size of the change in this PR is very small
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] ESP32C6 DEV Kit M/C Gpio issue
2 participants