]> granicus.if.org Git - esp-idf/commit
add esp_eth component
authorsuda-morris <362953310@qq.com>
Wed, 10 Apr 2019 08:24:50 +0000 (16:24 +0800)
committersuda-morris <362953310@qq.com>
Wed, 26 Jun 2019 02:19:23 +0000 (10:19 +0800)
commit90c4827bd22aa61894a5b22b3b39247a7e44d6cf
tree3fb80da5f5f32c9114b61d04fccf382136cee0e7
parent12f4541f19a95090af17ed11ed83680c7f0036d9
add esp_eth component
87 files changed:
components/esp32/ld/esp32.peripherals.ld
components/esp_eth/CMakeLists.txt [new file with mode: 0644]
components/esp_eth/Kconfig [new file with mode: 0644]
components/esp_eth/component.mk [new file with mode: 0644]
components/esp_eth/include/esp_eth.h [new file with mode: 0644]
components/esp_eth/include/esp_eth_com.h [new file with mode: 0644]
components/esp_eth/include/esp_eth_mac.h [new file with mode: 0644]
components/esp_eth/include/esp_eth_phy.h [new file with mode: 0644]
components/esp_eth/include/eth_phy_regs_struct.h [new file with mode: 0644]
components/esp_eth/linker.lf [new file with mode: 0644]
components/esp_eth/src/esp_eth.c [new file with mode: 0644]
components/esp_eth/src/esp_eth_mac_esp32.c [new file with mode: 0644]
components/esp_eth/src/esp_eth_phy_dp83848.c [new file with mode: 0644]
components/esp_eth/src/esp_eth_phy_ip101.c [new file with mode: 0644]
components/esp_eth/src/esp_eth_phy_lan8720.c [new file with mode: 0644]
components/esp_eth/src/esp_eth_phy_rtl8201.c [new file with mode: 0644]
components/esp_eth/test/CMakeLists.txt [new file with mode: 0644]
components/esp_eth/test/component.mk [moved from components/ethernet/test/component.mk with 82% similarity]
components/esp_eth/test/test_emac.c [new file with mode: 0644]
components/esp_event/CMakeLists.txt
components/esp_event/default_event_loop.c
components/ethernet/CMakeLists.txt [deleted file]
components/ethernet/Kconfig [deleted file]
components/ethernet/component.mk [deleted file]
components/ethernet/emac_common.h [deleted file]
components/ethernet/emac_desc.h [deleted file]
components/ethernet/emac_dev.c [deleted file]
components/ethernet/emac_dev.h [deleted file]
components/ethernet/emac_main.c [deleted file]
components/ethernet/eth_phy/phy_common.c [deleted file]
components/ethernet/eth_phy/phy_ip101.c [deleted file]
components/ethernet/eth_phy/phy_lan8720.c [deleted file]
components/ethernet/eth_phy/phy_tlk110.c [deleted file]
components/ethernet/include/esp_eth.h [deleted file]
components/ethernet/include/eth_phy/phy.h [deleted file]
components/ethernet/include/eth_phy/phy_ip101.h [deleted file]
components/ethernet/include/eth_phy/phy_lan8720.h [deleted file]
components/ethernet/include/eth_phy/phy_reg.h [deleted file]
components/ethernet/include/eth_phy/phy_tlk110.h [deleted file]
components/ethernet/sdkconfig.rename [deleted file]
components/ethernet/test/CMakeLists.txt [deleted file]
components/ethernet/test/test_emac_deinit.c [deleted file]
components/lwip/CMakeLists.txt
components/lwip/port/esp32/netif/ethernetif.c
components/mdns/mdns.c
components/soc/esp32/emac_hal.c [new file with mode: 0644]
components/soc/esp32/include/hal/emac.h [new file with mode: 0644]
components/soc/esp32/include/soc/emac_dma_struct.h [new file with mode: 0644]
components/soc/esp32/include/soc/emac_ex_reg.h [deleted file]
components/soc/esp32/include/soc/emac_ext_struct.h [new file with mode: 0644]
components/soc/esp32/include/soc/emac_mac_struct.h [new file with mode: 0644]
components/soc/esp32/include/soc/emac_reg_v2.h [deleted file]
components/soc/esp32/sources.cmake
components/soc/linker.lf
components/tcpip_adapter/CMakeLists.txt
components/tcpip_adapter/event_handlers.c
components/tcpip_adapter/include/tcpip_adapter.h
components/tcpip_adapter/tcpip_adapter_lwip.c
docs/Doxyfile
docs/en/api-reference/network/esp_eth.rst
examples/common_components/protocol_examples_common/Kconfig.projbuild
examples/common_components/protocol_examples_common/connect.c
examples/ethernet/basic/CMakeLists.txt [moved from examples/ethernet/ethernet/CMakeLists.txt with 89% similarity]
examples/ethernet/basic/Makefile [moved from examples/ethernet/ethernet/Makefile with 83% similarity]
examples/ethernet/basic/README.md [new file with mode: 0644]
examples/ethernet/basic/main/CMakeLists.txt [moved from examples/ethernet/ethernet/main/CMakeLists.txt with 56% similarity]
examples/ethernet/basic/main/Kconfig.projbuild [new file with mode: 0644]
examples/ethernet/basic/main/component.mk [moved from examples/ethernet/ethernet/main/component.mk with 100% similarity]
examples/ethernet/basic/main/ethernet_example_main.c [new file with mode: 0644]
examples/ethernet/eth2ap/README.md
examples/ethernet/eth2ap/main/CMakeLists.txt
examples/ethernet/eth2ap/main/Kconfig.projbuild
examples/ethernet/eth2ap/main/ethernet_example_main.c [moved from examples/ethernet/eth2ap/main/eth2ap_example_main.c with 66% similarity]
examples/ethernet/eth2ap/sdkconfig.defaults [deleted file]
examples/ethernet/ethernet/README.md [deleted file]
examples/ethernet/ethernet/main/Kconfig.projbuild [deleted file]
examples/ethernet/ethernet/main/ethernet_example_main.c [deleted file]
examples/ethernet/ethernet/sdkconfig.defaults [deleted file]
examples/ethernet/iperf/CMakeLists.txt
examples/ethernet/iperf/Makefile
examples/ethernet/iperf/README.md
examples/ethernet/iperf/main/CMakeLists.txt
examples/ethernet/iperf/main/Kconfig.projbuild
examples/ethernet/iperf/main/cmd_ethernet.c
examples/ethernet/iperf/main/ethernet_example_main.c [moved from examples/ethernet/iperf/main/iperf_example_main.c with 93% similarity]
examples/ethernet/iperf/sdkconfig.defaults
examples/system/ota/README.md