mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 01:29:21 -04:00
The flash encryption on esp32p4 was broken due to some code related to key manager not being executed when key manager support was disabled on esp32p4 target. This commit fixes that behaviour Additionally, the atomic env enablement for key_mgr_ll_enable_peripheral_clock was fixed.