mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 09:39:10 -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