Merge branch 'fix/key_mgr_use_default_efuse_key_v5.5' into 'release/v5.5'

Configure the Key Manager to use XTS-AES efuse key by-default (v5.5)

See merge request espressif/esp-idf!42395
This commit is contained in:
Mahavir Jain
2025-10-15 09:38:03 +05:30
2 changed files with 28 additions and 7 deletions
@@ -25,6 +25,16 @@
extern "C" {
#endif
static inline void key_mgr_ll_power_up(void)
{
// TODO: IDF-13524
}
static inline void key_mgr_ll_power_down(void)
{
// TODO: IDF-13524
}
/**
* @brief Enable the bus clock for Key Manager peripheral
* Note: Please use key_mgr_ll_enable_bus_clock which requires the critical section