mirror of
https://github.com/espressif/esp-idf.git
synced 2026-05-05 04:15:21 +02:00
780569c04a
RTC watchdog didn’t have any actions configured for any of the stages. This change configures it to use SW_SYSTEM_RESET at stage 0 and a full reset at stage 1. The timeout is now calculated based on RTC_SLOW_CLK frequency.