Merge branch 'bugfix/ulp_riscv_unintended_wake_v4.3' into 'release/v4.3'

ulp: unintended wakeup in ulp_riscv (v4.3)

See merge request espressif/esp-idf!13630
This commit is contained in:
Angus Gratton
2021-06-16 04:25:29 +00:00
6 changed files with 16 additions and 0 deletions

View File

@@ -80,4 +80,7 @@ __attribute__((weak)) void bootloader_clock_configure(void)
rtc_clk_32k_bootstrap(CONFIG_ESP_SYSTEM_RTC_EXT_XTAL_BOOTSTRAP_CYCLES);
}
#endif // CONFIG_ESP_SYSTEM_RTC_EXT_XTAL
REG_WRITE(RTC_CNTL_INT_ENA_REG, 0);
REG_WRITE(RTC_CNTL_INT_CLR_REG, UINT32_MAX);
}