mirror of
https://github.com/espressif/esp-idf.git
synced 2026-08-18 06:35:35 +03:00
Merge branch 'doc/mac_doc_update_esp32p4' into 'master'
fix(doc): Update MAC-address related documentation for ESP32-P4 Closes IDFGH-17141 See merge request espressif/esp-idf!45933
This commit is contained in:
@@ -39,7 +39,22 @@ MAC 地址
|
||||
|
||||
在 ESP-IDF 中,各个网络接口的 MAC 地址是根据单个 **基准 MAC 地址 (Base MAC address)** 计算出来的。默认情况下使用乐鑫指定的基准 MAC 地址,该基准地址在产品生产过程中已预烧录至 {IDF_TARGET_NAME} eFuse。
|
||||
|
||||
.. only:: not esp32s2
|
||||
.. only:: esp32p4
|
||||
|
||||
.. list-table::
|
||||
:widths: 20 80
|
||||
:header-rows: 1
|
||||
|
||||
* - 接口
|
||||
- MAC 地址(一个默认的通用管理地址)
|
||||
* - 以太网
|
||||
- base_mac
|
||||
|
||||
.. note::
|
||||
|
||||
在 ESP32-P4 上,:ref:`CONFIG_{IDF_TARGET_CFG_PREFIX}_UNIVERSAL_MAC_ADDRESSES` 固定为单个通用管理型 MAC 地址。
|
||||
|
||||
.. only:: (not esp32s2) and (not esp32p4)
|
||||
|
||||
.. list-table::
|
||||
:widths: 20 40 40
|
||||
|
||||
Reference in New Issue
Block a user