Power Management: support CPU powered down in light sleep for esp32h2

This commit is contained in:
Lou Tianhao
2023-05-22 10:47:31 +08:00
parent 356fa3ab4b
commit c12d7f5463
8 changed files with 25 additions and 8 deletions

View File

@@ -61,6 +61,7 @@ extern "C" {
#define RTC_ENTRY_ADDR_REG LP_AON_STORE6_REG
#define RTC_RESET_CAUSE_REG LP_AON_STORE6_REG
#define RTC_MEMORY_CRC_REG LP_AON_STORE7_REG
#define LIGHT_SLEEP_WAKE_STUB_ADDR_REG LP_AON_STORE8_REG
#define RTC_DISABLE_ROM_LOG ((1 << 0) | (1 << 16)) //!< Disable logging from the ROM code.