Skip to content

Commit 91871fd

Browse files
committed
Merge branch 'docs/add_ethernet_intro' into 'master'
docs: add ESP-IDF Ethernet guide reference to ESP-AT Ethernet documentation See merge request application/esp-at!1952
2 parents 886fc2d + 3e5a9c7 commit 91871fd

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

docs/en/Compile_and_Develop/How_to_enable_ESP_AT_Ethernet.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ Overview
88

99
This document is intended to help you enable ESP-AT Ethernet. After that, a simple test will show you how to confirm whether the enablement is successful.
1010

11+
.. note::
12+
13+
For more technical details about Ethernet (including basic concepts, MAC/PHY configuration, clock configuration, driver installation, and more), please refer to the `ESP-IDF Ethernet Programming Guide <https://docs.espressif.com/projects/esp-idf/en/latest/{IDF_TARGET_PATH_NAME}/api-reference/network/esp_eth.html>`__.
14+
1115
Step 1. Configure and Flash
1216
-----------------------------
1317

docs/zh_CN/Compile_and_Develop/How_to_enable_ESP_AT_Ethernet.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88

99
本文档旨在指导用户启用 ESP-AT Ethernet,并通过简单的测试,展示如何确认是否启用成功。
1010

11+
.. note::
12+
13+
如需了解更多关于以太网的技术细节(包括基本概念、MAC/PHY 配置、时钟配置、驱动程序安装等),请参考 `ESP-IDF 以太网编程指南 <https://docs.espressif.com/projects/esp-idf/zh_CN/latest/{IDF_TARGET_PATH_NAME}/api-reference/network/esp_eth.html>`__。
14+
1115
第一步:配置并烧录
1216
-----------------------
1317

0 commit comments

Comments
 (0)