From 5d71968bab13d141d4eb808fd34d3d09dfc404e4 Mon Sep 17 00:00:00 2001 From: r0mpage Date: Wed, 22 Jul 2020 13:56:03 +0300 Subject: [PATCH 1/2] Fix typo Merges https://github.com/espressif/esp-idf/pull/5628 --- docs/en/api-reference/system/efuse.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/api-reference/system/efuse.rst b/docs/en/api-reference/system/efuse.rst index d0ccd1de26..9b7d472c2d 100644 --- a/docs/en/api-reference/system/efuse.rst +++ b/docs/en/api-reference/system/efuse.rst @@ -16,7 +16,7 @@ Some of system parameters are using these eFuse bits directly by hardware module .. only:: esp32 - 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. + For more details see `{IDF_TARGET_NAME} Technical Reference Manual <{IDF_TARGET_TRM_EN_URL}>`_ in part 21 eFuse controller. Some eFuse bits are available for user applications. ESP32 has 4 eFuse blocks each of the size of 256 bits (not all bits are available): From 0e6803c7b2f3455af5149fb29bce9def42e68030 Mon Sep 17 00:00:00 2001 From: yiying Date: Wed, 26 Aug 2020 16:47:37 +0800 Subject: [PATCH 2/2] docs: remove chapter numbers and make them common to both targets --- docs/en/api-reference/system/efuse.rst | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/en/api-reference/system/efuse.rst b/docs/en/api-reference/system/efuse.rst index 9b7d472c2d..a4005c135b 100644 --- a/docs/en/api-reference/system/efuse.rst +++ b/docs/en/api-reference/system/efuse.rst @@ -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 21 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):