-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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
dts: xtensa: Fix gpio-reserved-ranges of esp32_wroom_32ue_n4 #81552
Conversation
Hello @Peth-typark, and thank you very much for your first pull request to the Zephyr project! |
@Peth-typark, nice catch. Are you able to fix all other ESP32's .dtsi gpio1 |
Alright. However, the only files I could find are the ones with GPIO range comments, which is the extent of what I can do. I will add the fixes. |
Thanks! Would you mind squashing both commits in a single one? |
Sure. That sounds good. |
@sylvioalves, I’ve updated the PR with the fixes for all the files I could find and squashed the commits into one. Please let me know if there’s anything else I need to address or if further changes are required. Thanks! |
@Peth-typark please address compliance issues. Author and sign off entry should be your legal name (First Last) |
The range of GPIO37-38 is <5 2> Signed-off-by: Taeyoun Park <[email protected]>
@sylvioalves please take a look |
Hi @Peth-typark! To celebrate this milestone and showcase your contribution, we'd love to award you the Zephyr Technical Contributor badge. If you're interested, please claim your badge by filling out this form: Claim Your Zephyr Badge. Thank you for your valuable input, and we look forward to seeing more of your contributions in the future! 🪁 |
The range of GPIO37-38 is <5 2>
Signed-off-by: Peth-typark [email protected]