diff options
author | robert-hh <robert@hammelrath.com> | 2021-11-04 21:54:44 +0100 |
---|---|---|
committer | robert-hh <robert@hammelrath.com> | 2021-12-14 08:07:52 +0100 |
commit | bbe25f47043e97a9539298b714be616b3815b492 (patch) | |
tree | 346a55ee63db468ed744f788a23e3ecd28391600 /docs/esp8266/tutorial/intro.rst | |
parent | bc1b0fd2c1d16745ff5c353a933a51cca6d32403 (diff) | |
download | micropython-bbe25f47043e97a9539298b714be616b3815b492.tar.gz micropython-bbe25f47043e97a9539298b714be616b3815b492.zip |
mimxrt: Support selection of PHY type and address.
Useful for boards without a PHY interface, where that has to be
attached. Like the Seed ARCH MIX board or Vision SOM. Phy drivers
supported so far are:
- KSZ8081
- DP83825
- LAN8720
More to come. Usage e.g.:
lan = LAN(phy_type=LAN.PHY_LAN8720, phy_addr=1)
The default values are those set in mpconfigboard.h.
Diffstat (limited to 'docs/esp8266/tutorial/intro.rst')
0 files changed, 0 insertions, 0 deletions