feat(esp_hw_support): support esp32p4 deepsleep

This commit is contained in:
wuzhenghui
2024-03-21 19:34:04 +08:00
parent 299199c5a5
commit ccaae61fee
8 changed files with 26 additions and 28 deletions

View File

@@ -195,8 +195,7 @@ static inline void rtc_suppress_rom_log(void)
* you need to write to this register in the same format.
* Namely, the upper 16 bits and lower should be the same.
*/
// REG_SET_BIT(LP_SYS_LP_STORE4_REG, RTC_DISABLE_ROM_LOG);
abort();
REG_SET_BIT(LP_SYSTEM_REG_LP_STORE4_REG, RTC_DISABLE_ROM_LOG);
}
/**