docs: add rf calibration docs for S2 and C3

This commit is contained in:
Marius Vikhammer 2021-05-26 10:09:50 +08:00
parent 4c0ed8844d
commit 0c17973d54
4 changed files with 3 additions and 10 deletions

View File

@ -182,7 +182,6 @@ RISCV_DOCS = []
ESP32_DOCS = ['api-guides/ulp_instruction_set.rst', ESP32_DOCS = ['api-guides/ulp_instruction_set.rst',
'api-reference/system/himem.rst', 'api-reference/system/himem.rst',
'api-guides/RF_calibration.rst',
'api-guides/romconsole.rst', 'api-guides/romconsole.rst',
'api-reference/system/ipc.rst', 'api-reference/system/ipc.rst',
'security/secure-boot-v1.rst', 'security/secure-boot-v1.rst',

View File

@ -48,13 +48,7 @@ PHY initialization data
The PHY initialization data is used for RF calibration. The PHY initialization data is used for RF calibration.
There are two ways to get the PHY initialization data. There are two ways to get the PHY initialization data.
.. only:: esp32 One is the default initialization data which is located in the header file :idf_file:`components/esp_wifi/{IDF_TARGET_PATH_NAME}/include/phy_init_data.h`.
One is the default initialization data which is located in the header file :idf_file:`components/esp_wifi/esp32/include/phy_init_data.h`.
.. only:: esp32s2
One is the default initialization data which is located in the header file :idf_file:`components/esp_wifi/esp32s2/include/phy_init_data.h`.
It is embedded into the application binary after compiling and then stored into read-only memory (DROM). It is embedded into the application binary after compiling and then stored into read-only memory (DROM).
To use the default initialization data, please go to ``menuconfig`` and disable :ref:`CONFIG_ESP32_PHY_INIT_DATA_IN_PARTITION`. To use the default initialization data, please go to ``menuconfig`` and disable :ref:`CONFIG_ESP32_PHY_INIT_DATA_IN_PARTITION`.

View File

@ -29,7 +29,7 @@ API Guides
Memory Types <memory-types> Memory Types <memory-types>
lwIP TCP/IP Stack <lwip> lwIP TCP/IP Stack <lwip>
Partition Tables <partition-tables> Partition Tables <partition-tables>
:esp32: RF Calibration <RF_calibration> RF Calibration <RF_calibration>
:esp32: Secure Boot <../security/secure-boot-v1> :esp32: Secure Boot <../security/secure-boot-v1>
Secure Boot V2 <../security/secure-boot-v2> Secure Boot V2 <../security/secure-boot-v2>
Thread Local Storage <thread-local-storage> Thread Local Storage <thread-local-storage>

View File

@ -29,7 +29,7 @@ API 指南
lwIP TCP/IP 协议栈 <lwip> lwIP TCP/IP 协议栈 <lwip>
Memory Types <memory-types> Memory Types <memory-types>
分区表 <partition-tables> 分区表 <partition-tables>
:esp32: 射频校准 <RF_calibration> 射频校准 <RF_calibration>
:esp32: 安全启动 <../security/secure-boot-v1> :esp32: 安全启动 <../security/secure-boot-v1>
安全启动 V2 <../security/secure-boot-v2> 安全启动 V2 <../security/secure-boot-v2>
线程本地存储 <thread-local-storage> 线程本地存储 <thread-local-storage>