aboutsummaryrefslogtreecommitdiff
path: root/ports/esp32/network_lan.c
AgeCommit message (Expand)Author
2020-07-21esp32/network_lan: Add support for IP101 PHY.Kenneth Ryerson
2020-04-23all: Format code to add space after C++-style comment start.stijn
2020-04-05all: Use MP_ERROR_TEXT for all error messages.Jim Mussared
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2019-09-17esp32: Support building with ESP IDF 4.0-beta1.Jim Mussared
2019-08-28esp32: Add 'config' function to network.LAN, reusing network.WLAN.Eric Poulsen
2019-02-21esp32/network_lan: Make power arg to constructor optional.Petr Kracík
2019-02-21esp32/network_lan: Add arg to constructor to set clock mode for ETH PHY.Petr Kracík
2017-12-13esp32: Implement wired Ethernet via network.LAN().Eric Poulsen