You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix(eth): Attach ETH events at the correct place (espressif#9658)
This is to ensure that stack events are called before ours, because callbacks are called in order of attaching
* feat(eth): Enable the possibility to use SPI ETH with only 4 wires (espressif#9659)
This PR enables ETH_SPI_SUPPORTS_NO_IRQ to support connection by only 4 wires (SCK, MISO, MOSI and SS) with IRQ and RESET being set as -1
* fix(eth): Fix ETH.end() (espressif#9661)
* fix(eth): Fix ETH.end()
* fix(eth): set glue handle to NULL
---------
Co-authored-by: Me No Dev <[email protected]>
0 commit comments