]> granicus.if.org Git - esp-idf/commit
ethernet: support new PHY (IP101)
authormorris <maoshengrong@espressif.com>
Mon, 28 Jan 2019 12:29:58 +0000 (20:29 +0800)
committermorris <maoshengrong@espressif.com>
Tue, 29 Jan 2019 06:08:35 +0000 (14:08 +0800)
commit7528dc0f20ebd37195ed4afdd251654206521c8a
tree758df51dc36ad9262e8400d0c1eb0410f0ceee3d
parent4725364e043156dcb8e99741761a0066030e7e45
ethernet: support new PHY (IP101)

1. Add support for new PHY IP101.
2. Re-enable GPIO0 output mode.
3. Clean up some docs.
23 files changed:
components/ethernet/CMakeLists.txt
components/ethernet/Kconfig
components/ethernet/emac_common.h
components/ethernet/emac_desc.h
components/ethernet/emac_dev.h
components/ethernet/emac_main.c
components/ethernet/eth_phy/phy_common.c
components/ethernet/eth_phy/phy_ip101.c [new file with mode: 0644]
components/ethernet/eth_phy/phy_lan8720.c
components/ethernet/eth_phy/phy_tlk110.c
components/ethernet/include/esp_eth.h
components/ethernet/include/eth_phy/phy.h
components/ethernet/include/eth_phy/phy_ip101.h [new file with mode: 0644]
components/ethernet/include/eth_phy/phy_lan8720.h
components/ethernet/include/eth_phy/phy_reg.h
components/ethernet/include/eth_phy/phy_tlk110.h
docs/Doxyfile
docs/en/api-reference/network/esp_eth.rst
examples/ethernet/ethernet/main/Kconfig.projbuild
examples/ethernet/ethernet/main/ethernet_example_main.c
examples/ethernet/iperf/main/Kconfig.projbuild
examples/ethernet/iperf/main/cmd_ethernet.c
tools/check_kconfigs.py