Skip to content

W5500 Ethernet without interrupt (IDFGH-11561) #12682

@br101

Description

@br101

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

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions