-
Notifications
You must be signed in to change notification settings - Fork 8k
Closed
Labels
Resolution: NAIssue resolution is unavailableIssue resolution is unavailableStatus: DoneIssue is done internallyIssue is done internallyType: Feature RequestFeature request for IDFFeature request for IDF
Description
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
Metadata
Metadata
Assignees
Labels
Resolution: NAIssue resolution is unavailableIssue resolution is unavailableStatus: DoneIssue is done internallyIssue is done internallyType: Feature RequestFeature request for IDFFeature request for IDF