-
Notifications
You must be signed in to change notification settings - Fork 7.4k
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
W5500 Ethernet without interrupt (IDFGH-11561) #12682
Comments
Something like:
|
Conditional macros fit best rather than if statements. |
OK, see #12692 |
@br101 Thanks, I was also looking for this :) Hope this gets merged soon, and be availble on the arduino side. |
@br101 thank you for the feature request and for suggestion how it could be implemented. The main idea is good and justification is reasonable. However, the proposed PR solution has following limitations:
Therefore I would like to propose a little bit different approach using ESP timer to cover all above mentioned limitations. I've already prepared a demo to be discussed internally with my colleagues. I can share with you if you are interested.... |
I'm interested. |
Is your feature request related to a problem?
I have encountered a few different hardware designs which connect the W5500 to an ESP without the INT line connected (the Arduino Ethernet Shield 2 or M5Stack PoECAM for example) and it would be good to be able to support it with the W5500 driver in esp-idf.
Describe the solution you'd like.
When the INT line is unavailable int_gpio_num could be set to -1 and the driver should work around it by using polling for events.
Describe alternatives you've considered.
No response
Additional context.
No response
The text was updated successfully, but these errors were encountered: