Skip to content

Commit db2d2d5

Browse files
committed
Update watchdog timing requirements for deepsleep
Allow the watchdog reset to be delayed up to twice the timeout value in deepsleep mode according to #11774.
1 parent fed639a commit db2d2d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/porting/target/Watchdog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Implement the ResetReason API when implementing the Watchdog API. The ResetReaso
1414
- 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).
1515
- The calibrated watchdog should trigger at or after the timeout value.
1616
- The watchdog should trigger before twice the timeout value.
17+
- The watchdog may trigger as late as twice the timeout value in deepsleep mode.
1718

1819
### Undefined behavior
1920

0 commit comments

Comments
 (0)