diff --git a/docs/en/api-guides/wifi.rst b/docs/en/api-guides/wifi.rst index 0ff2986aac..2a8bdb360b 100644 --- a/docs/en/api-guides/wifi.rst +++ b/docs/en/api-guides/wifi.rst @@ -2193,7 +2193,13 @@ Theoretically, the higher priority AC has better performance than the lower prio Wi-Fi AMSDU ------------------------- -{IDF_TARGET_NAME} supports receiving and transmitting AMSDU. +.. only:: not SOC_SPIRAM_SUPPORTED + + {IDF_TARGET_NAME} supports receiving AMSDU. + +.. only:: SOC_SPIRAM_SUPPORTED + + {IDF_TARGET_NAME} supports receiving and transmitting AMSDU. AMSDU TX is disabled by default, since enable AMSDU TX need more memory. Select :ref:`CONFIG_ESP32_WIFI_AMSDU_TX_ENABLED` to enable AMSDU Tx feature, it depends on :ref:`CONFIG_SPIRAM`. Wi-Fi Fragment ------------------------- @@ -2875,7 +2881,7 @@ The parameters not mentioned in the following table should be set to the default - **Minimum rank** This is the minimum configuration rank of {IDF_TARGET_NAME}. The protocol stack only uses the necessary memory for running. It is suitable for scenarios where there is no requirement for performance and the application requires lots of space. -.. only:: esp32 or esp32s2 or esp32s3 +.. only:: SOC_SPIRAM_SUPPORTED Using PSRAM ++++++++++++++++++++++++++++ diff --git a/docs/zh_CN/api-guides/wifi.rst b/docs/zh_CN/api-guides/wifi.rst index 5a34b723bd..bbd09b064f 100644 --- a/docs/zh_CN/api-guides/wifi.rst +++ b/docs/zh_CN/api-guides/wifi.rst @@ -2193,7 +2193,14 @@ Wi-Fi 协议中定义了四个 AC (访问类别),每个 AC 有各自的优 Wi-Fi AMSDU ------------------------- -{IDF_TARGET_NAME} 支持接收和发送 AMSDU。 +.. only:: not SOC_SPIRAM_SUPPORTED + + {IDF_TARGET_NAME} 支持接收 AMSDU。 + +.. only:: SOC_SPIRAM_SUPPORTED + + {IDF_TARGET_NAME} 支持接收和发送 AMSDU。开启 AMSDU 发送比较消耗内存,默认不开启 AMSDU 发送。可通过选项 :ref:`CONFIG_ESP32_WIFI_AMSDU_TX_ENABLED` 使能 AMSDU 发送功能, 但是使能 AMSDU 发送依赖于 :ref:`CONFIG_SPIRAM` 。 + Wi-Fi 分片 ------------------------- @@ -2875,7 +2882,7 @@ Wi-Fi 使用的堆内存峰值是 Wi-Fi 驱动程序 **理论上消耗的最大 - **最小等级** {IDF_TARGET_NAME} 的最小配置等级。协议栈只使用运行所需的内存。适用于对性能没有要求,而应用程序需要大量内存的场景。 -.. only:: esp32 or esp32s2 or esp32s3 +.. only:: SOC_SPIRAM_SUPPORTED 使用 PSRAM ++++++++++++++++++++++++++++