-
Notifications
You must be signed in to change notification settings - Fork 0
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: Pin mux driver #2132
Comments
by Leandro Pereira: Wrote the pin mux driver today, and made the GPIO driver use it. Once I fix the issues I'm having with ISRs panicking the system, I'll publish both for review. |
by Leandro Pereira: |
by Mark Linkmeyer: Since Leandro is now on vacation I'm reassigning this to Andy Ross to finish driving it to the Merged state before the 1.9 Feature Merge Window closes next week. Thanks for the help Andy! |
by Chandrakala Kempanna: Nirmala Devi M Please Verify the Story |
by Nirmala Devi M: This story can be tested by $ZEPHYR_BASE/tests/drivers/gpio/gpio_basic_api. Support for ESP32 in gpio is already added in current master branch. This story is tested and verified in master/1f46eb66d8e13708b65e80ee4db4e9de05b14bf6. |
Related to GH-2121 |
Reported by Leandro Pereira:
Pinmux must be supported in order to select I/O pin functions.
(Imported from Jira ZEP-2297)
The text was updated successfully, but these errors were encountered: