summaryrefslogtreecommitdiffstatshomepage
path: root/docs/develop/extendingmicropython.rst
diff options
context:
space:
mode:
authorrobert-hh <robert@hammelrath.com>2021-11-30 15:22:42 +0100
committerrobert-hh <robert@hammelrath.com>2021-12-14 08:07:52 +0100
commit1e9eaa7af55bb67da4aced33d527d73d8d7b7c31 (patch)
treeeefbb5b3156a44e4a5ea66c0e8005f2e6972bbae /docs/develop/extendingmicropython.rst
parent5d8941ec85ba992349576957a7ef2f65b091ba7c (diff)
downloadmicropython-1e9eaa7af55bb67da4aced33d527d73d8d7b7c31.tar.gz
micropython-1e9eaa7af55bb67da4aced33d527d73d8d7b7c31.zip
mimxrt: Add a driver for the DP83848 PHY device.
Just another choice for the PHY interface. Added: Keyword option phy_clock=LAN.IN or LAN.OUT to define the source of the 50MHZ clock for the PHY interface. The RMII clock is not enabled if it is generated by a PYH board. Constants: LAN.IN The clock is provided by the PHY board. LAN.OUT The clock is provided by the MCU board. The default is LAN.OUT or the value set in mpconfigboard.h, which is currently set to IN only for the SEEED ARCH MIX board. Usage etc: lan = LAN(phy_type=LAN.PHY_DP83848, phy_clock=LAN.IN)
Diffstat (limited to 'docs/develop/extendingmicropython.rst')
0 files changed, 0 insertions, 0 deletions