-
Notifications
You must be signed in to change notification settings - Fork 7.6k
GPIO refactoring #6259
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
GPIO refactoring #6259
Conversation
GPIO now using ESP-IDF API on all chips. LEDC interrupt fix removed - no longer needed. Edited pins_arduino.h in variants according to changes in gpio.
|
This partly reverts commit c7cc5c9.
This partly reverts commit c7cc5c9.
I have an ESP32 project which was working fine, but stopped working when I updated arduino-esp32. I used
After a lot of digging, I found the problem: I was calling Sharing in case it helps others. |
Summary
GPIO now using ESP-IDF API on all chips.
LEDC interrupt fix removed - no longer needed.
Edited pins_arduino.h in variants according to changes in gpio.
Known issue with GPIO interrupt on chip Esp32s3. Will be fixed in ESP-IDF.
For now GPIO interrupts work only on CORE 0.
Impact
Close #6249
Close #6120
Related links