You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/porting/target/Watchdog.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@ Implement the ResetReason API when implementing the Watchdog API. The ResetReaso
14
14
- The uncalibrated watchdog should trigger at or after the timeout value multiplied by the frequency accuracy ratio of its oscillator (typical_frequency divided by max_frequency).
15
15
- The calibrated watchdog should trigger at or after the timeout value.
16
16
- The watchdog should trigger before twice the timeout value.
17
+
- The watchdog may trigger as late as twice the timeout value in deepsleep mode.
0 commit comments