Skip to content

Commit b971cf5

Browse files
Merge branch 'docs/fix_secure_download_mode_unsupported_esp32' into 'master'
fix(bootloader): Fix documentation as ESP32 does not support secure download mode See merge request espressif/esp-idf!40005
2 parents 16e8efa + 8de2eb0 commit b971cf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/bootloader/Kconfig.projbuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1162,7 +1162,7 @@ menu "Security features"
11621162
It is also possible to enable secure download mode at runtime by calling
11631163
esp_efuse_enable_rom_secure_download_mode()
11641164

1165-
Note: Secure Download mode is not available for ESP32 (includes revisions till ECO3).
1165+
Note: Secure Download mode is not available for ESP32.
11661166

11671167
config SECURE_INSECURE_ALLOW_DL_MODE
11681168
bool "UART ROM download mode (Enabled (not recommended))"

0 commit comments

Comments
 (0)