mirror of
https://github.com/espressif/esp-idf.git
synced 2026-01-01 00:34:18 +00: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