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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user