mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-30 19:19:21 +00:00
efuse: remove DIS_RTC_RAM_BOOT efuse bit
This commit is contained in:

committed by
Jiang Jiang Jian

parent
04b36c1c2c
commit
85651b4791
@@ -8,7 +8,6 @@
|
||||
EFUSE_NAME (Block) Description = [Meaningful Value] [Readable/Writeable] (Hex Value)
|
||||
----------------------------------------------------------------------------------------
|
||||
Config fuses:
|
||||
DIS_RTC_RAM_BOOT (BLOCK0) Disables boot from RTC RAM = False R/W (0b0)
|
||||
DIS_ICACHE (BLOCK0) Disables ICache = False R/W (0b0)
|
||||
DIS_DOWNLOAD_ICACHE (BLOCK0) Disables Icache when SoC is in Download mode = False R/W (0b0)
|
||||
DIS_FORCE_DOWNLOAD (BLOCK0) Disables forcing chip into Download mode = False R/W (0b0)
|
||||
|
@@ -27,7 +27,6 @@
|
||||
ADC2_MODE3_D1 (BLOCK2) ADC2 calibration 16 = -4 R/W (0b100001)
|
||||
|
||||
Config fuses:
|
||||
DIS_RTC_RAM_BOOT (BLOCK0) Disables boot from RTC RAM = False R/W (0b0)
|
||||
DIS_ICACHE (BLOCK0) Disables ICache = False R/W (0b0)
|
||||
DIS_DCACHE (BLOCK0) Disables DCache = False R/W (0b0)
|
||||
DIS_DOWNLOAD_ICACHE (BLOCK0) Disables Icache when SoC is in Download mode = False R/W (0b0)
|
||||
|
Reference in New Issue
Block a user