feat(doc): Update the WDT article

Closes https://github.com/espressif/esp-idf/issues/12995
This commit is contained in:
KonstantinKondrashov
2024-01-18 18:34:14 +08:00
committed by BOT
parent afa876fac9
commit c40afaf4ad
4 changed files with 61 additions and 6 deletions
+5 -2
View File
@@ -293,8 +293,11 @@ menu "Bootloader config"
If this option is not set (default), then rtc_wdt will be disabled by ESP-IDF before calling
the app_main() function.
Use function rtc_wdt_feed() for resetting counter of rtc_wdt.
Use function rtc_wdt_disable() for disabling rtc_wdt.
Use function wdt_hal_feed() for resetting counter of RTC_WDT.
For esp32/s2 you can also use rtc_wdt_feed().
Use function wdt_hal_disable() for disabling RTC_WDT.
For esp32/s2 you can also use rtc_wdt_disable().
config BOOTLOADER_WDT_TIME_MS
int "Timeout for RTC watchdog (ms)"