mirror of
https://github.com/espressif/esp-idf
synced 2025-03-09 17:19:09 -04:00
Currently, when flash encryption is enabled, the whole partition gets encrypted. This can be optimised by encrypting only the app image instead of encrypting the whole partition. Closes https://github.com/espressif/esp-idf/issues/12576