Skip to content

Commit

Permalink
Update from upstream
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
Jason2866 and me-no-dev authored May 22, 2024
1 parent 9de9b63 commit 0aa928d
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 0aa928d

Please sign in to comment.