esp_phy: enable for esp32c6

This commit is contained in:
wuzhenghui
2022-12-13 14:04:50 +08:00
parent b887f86a78
commit 5822cdf93b
14 changed files with 209 additions and 22 deletions

View File

@@ -34,7 +34,7 @@ API Guides
partition-tables
performance/index
reproducible-builds
:not esp32c6: RF_calibration
RF_calibration
../security/security
:esp32: ../security/secure-boot-v1
../security/secure-boot-v2

View File

@@ -89,7 +89,7 @@ The ESP-IDF bootloader ignores any partition types other than ``app`` (0x00) and
SubType
~~~~~~~
{IDF_TARGET_ESP_PHY_REF:default = ":ref:`CONFIG_ESP_PHY_INIT_DATA_IN_PARTITION`", esp32c6 = "(not updated yet)"}
{IDF_TARGET_ESP_PHY_REF:default = ":ref:`CONFIG_ESP_PHY_INIT_DATA_IN_PARTITION`"}
The 8-bit SubType field is specific to a given partition type. ESP-IDF currently only specifies the meaning of the subtype field for ``app`` and ``data`` partition types.