bootloader: add note about secure download mode for ESP32 target

Closes IDFGH-5857
Closes https://github.com/espressif/esp-idf/issues/7557
This commit is contained in:
Mahavir Jain 2021-09-22 15:37:40 +05:30
parent b857c86535
commit 3cff291f95
No known key found for this signature in database
GPG Key ID: 99324EF4A00734E0

View File

@ -892,6 +892,8 @@ menu "Security features"
It is also possible to enable secure download mode at runtime by calling
esp_efuse_enable_rom_secure_download_mode()
Note: Secure Download mode is not available for ESP32 (includes revisions till ECO3).
config SECURE_INSECURE_ALLOW_DL_MODE
bool "UART ROM download mode (Enabled (not recommended))"
help