Skip to content

Commit feedad8

Browse files
committed
remove(esp_eth): Removed SPI ETH ENC28J60 example
1 parent aa908c8 commit feedad8

File tree

14 files changed

+0
-2216
lines changed

14 files changed

+0
-2216
lines changed

docs/en/api-reference/network/esp_eth.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -538,8 +538,6 @@ Application Examples
538538

539539
* :example:`ethernet/iperf` demonstrates how to use the Ethernet capabilities to measure the throughput/bandwidth using iPerf.
540540

541-
* :example:`ethernet/enc28j60` demonstrates how to use the ENC28J60 Ethernet controller by integrating a new Ethernet MAC driver into the `esp_eth` component and attaching it to the TCP/IP stack.
542-
543541
* :example:`network/vlan_support` demonstrates how to create virtual network interfaces over Ethernet, including VLAN and non-VLAN interfaces.
544542

545543
* :example:`network/sta2eth` demonstrates how to create a 1-to-1 bridge using a Wi-Fi station and a wired interface such as Ethernet or USB.

docs/zh_CN/api-reference/network/esp_eth.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -538,8 +538,6 @@ ESP-IDF 在宏 :c:macro:`ETH_DEFAULT_CONFIG` 中为安装驱动程序提供了
538538

539539
* :example:`ethernet/iperf` 演示了如何使用以太网功能,使用 iPerf 测量吞吐量/带宽。
540540

541-
* :example:`ethernet/enc28j60` 演示了如何使用 ENC28J60 以太网控制器,通过将新的以太网 MAC 驱动程序集成到 ``esp_eth`` 组件中,并将其连接到 TCP/IP 栈。
542-
543541
* :example:`network/vlan_support` 演示了如何在以太网上创建虚拟网络接口,包括 VLAN 和非 VLAN 接口。
544542

545543
* :example:`network/sta2eth` 演示了如何使用 Wi-Fi station 和有线接口(如以太网或 USB)创建 1 对 1 的桥接。

examples/ethernet/.build-test-rules.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,6 @@ examples/ethernet/basic:
1515
- esp_driver_gpio
1616
- esp_driver_spi
1717

18-
examples/ethernet/enc28j60:
19-
depends_components:
20-
- esp_eth
21-
- esp_netif
22-
- lwip
23-
- esp_event
24-
- esp_driver_gpio
25-
- esp_driver_spi
26-
2718
examples/ethernet/iperf:
2819
disable_test:
2920
- if: IDF_TARGET not in ["esp32"]

examples/ethernet/enc28j60/CMakeLists.txt

Lines changed: 0 additions & 6 deletions
This file was deleted.

examples/ethernet/enc28j60/README.md

Lines changed: 0 additions & 117 deletions
This file was deleted.

examples/ethernet/enc28j60/components/eth_enc28j60/CMakeLists.txt

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)