Eric Poulsen
|
5635b96461
|
esp32: Add 'config' function to network.LAN, reusing network.WLAN.
|
2019-08-28 13:11:48 +10:00 |
|
Petr Kracík
|
5801a003f0
|
esp32/network_lan: Make power arg to constructor optional.
A value of None for this argument is already supported, so the argument can
be made optional.
|
2019-02-21 23:29:10 +11:00 |
|
Petr Kracík
|
7d8c71c222
|
esp32/network_lan: Add arg to constructor to set clock mode for ETH PHY.
This optional parameter for network.LAN clock_mode can be used for cases
where the clock source is different from the default GPIO0. Fixes #4502.
|
2019-02-21 23:28:17 +11:00 |
|
Eric Poulsen
|
29dd6a7678
|
esp32: Implement wired Ethernet via network.LAN().
Updates to Makefile, modnetwork.c, and addition of network_lan.c to
implement `network.LAN()` object for wired PHY objects.
|
2017-12-13 14:48:53 +11:00 |
|