- This change will introduce a breaking change for SoCs with the HMAC peripheral. Turning on flash encryption will no longer enable NVS encryption automatically. Closes https://github.com/espressif/esp-idf/issues/12549
The leak is now reduced by allocating the AES interrupt and loading the partitions in the test setup instead of in the tests itself.