Files
esp-idf/components
KonstantinKondrashov be24e32da9 esp32: Fix a wrong reset of the wdt feed bit
There was an error with wrong using FEED:
WRITE_PERI_REG(RTC_CNTL_WDTFEED_REG, 1) - wrong [0 bit]
REG_SET_BIT(RTC_CNTL_WDTFEED_REG, RTC_CNTL_WDT_FEED) - right. [31 bit]

Closes: https://github.com/espressif/esp-idf/issues/4295
2019-11-19 12:59:41 +08:00
..
2018-09-13 11:13:27 +08:00
2018-09-13 11:13:27 +08:00
2019-10-23 09:09:29 +11:00
2018-09-13 11:13:27 +08:00
2018-09-13 11:13:27 +08:00
2019-08-21 18:59:06 +10:00
2018-09-13 11:13:27 +08:00
2019-06-26 19:33:47 +08:00
2019-10-28 10:52:39 +08:00
2019-04-24 18:42:26 +08:00
2018-09-13 11:13:27 +08:00
2018-09-13 11:13:27 +08:00
2019-09-11 14:20:26 +08:00
2019-09-19 17:09:37 +08:00
2018-09-13 11:13:27 +08:00