Merge branch 'docs/efuse' into 'master'

Docs: correct a chapter number

Closes IDFGH-3700

See merge request espressif/esp-idf!10135
This commit is contained in:
Krzysztof Budzynski 2020-08-31 15:50:20 +08:00
commit 1e1eeac132

View File

@ -14,9 +14,9 @@ Hardware description
The {IDF_TARGET_NAME} has a number of eFuses which can store system and user parameters. Each eFuse is a one-bit field which can be programmed to 1 after which it cannot be reverted back to 0.
Some of system parameters are using these eFuse bits directly by hardware modules and have special place (for example EFUSE_BLK0).
.. only:: esp32
For more details, see Chapter eFuse Controller of `{IDF_TARGET_NAME} Technical Reference Manual <{IDF_TARGET_TRM_EN_URL}>`_. Some eFuse bits are available for user applications.
For more details see `{IDF_TARGET_NAME} Technical Reference Manual <{IDF_TARGET_TRM_EN_URL}>`_ in part 20 eFuse controller. Some eFuse bits are available for user applications.
.. only:: esp32
ESP32 has 4 eFuse blocks each of the size of 256 bits (not all bits are available):
@ -27,8 +27,6 @@ Some of system parameters are using these eFuse bits directly by hardware module
.. only:: esp32s2
For more details see `{IDF_TARGET_NAME} Technical Reference Manual <{IDF_TARGET_TRM_EN_URL}>`_. Some eFuse bits are available for user applications.
{IDF_TARGET_NAME} has 11 eFuse blocks each of the size of 256 bits (not all bits are available):