Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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