mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-28 03:23:14 +00:00
32da6e0f03
For CONFIG_BOOTLOADER_SKIP_VALIDATE_IN_DEEP_SLEEP enabled and exit from deep sleep case the secure boot signature verification must be skipped to improve the wakeup performance. Closes https://github.com/espressif/esp-idf/issues/15590