commit | aa692309bf2e02018583f03c2e8b942d6a94d47d | [log] [tgz] |
---|---|---|
author | Lucas Tamborrino <lucas.tamborrino@espressif.com> | Mon May 13 09:54:00 2024 -0300 |
committer | David Leach <david.leach@nxp.com> | Thu May 30 16:52:37 2024 -0500 |
tree | 431565a5d064e8a6222d83cc5d18c5c16c2bfb10 | |
parent | 13a5c8aad7ed18dba551c4a1d9e5a48748b86d12 [diff] |
drivers: wdt: espressif: Add 32K Xtal Watchdog This WDT is responsible for monitoring the external 32.728 Hz crystal connected to pins XTAL_32K_P and XTAL_32K_N. If an oscillation failure is detected the hardware automatically switch to RTC_RC_SLOW clock source and triggers an interrupt. Signed-off-by: Lucas Tamborrino <lucas.tamborrino@espressif.com>