feat(regi2c): add regi2c support for esp32h21

This commit is contained in:
Song Ruo Jing
2025-02-27 20:17:09 +08:00
parent 79d503f267
commit 9ef152c220
21 changed files with 356 additions and 311 deletions

View File

@@ -86,7 +86,6 @@ static void bootloader_super_wdt_auto_feed(void)
static inline void bootloader_hardware_init(void)
{
_regi2c_ctrl_ll_master_enable_clock(true); // keep ana i2c mst clock always enabled in bootloader
regi2c_ctrl_ll_master_force_enable_clock(true); // TODO: IDF-8667 Remove this?
regi2c_ctrl_ll_master_configure_clock();
}