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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ Implement the ResetReason API when implementing the Watchdog API. The ResetReaso
10
10
11
11
- Sleep and debug modes don't stop the watchdog timer from counting down.
12
12
- The function `hal_watchdog_init` is safe to call repeatedly. The function's implementation must not do anything if `hal_watchdog_init` has already initialized the hardware watchdog timer.
13
-
-Maximum supported timeout is `UINT32_MAX` milliseconds; minimum timeout is 1ms.
13
+
-`UINT32_MAX` milliseconds is the maximum allowed max_timeout `hal_watchdog_get_platform_features()` returns; minimum timeout is 1ms.
14
14
- The watchdog should trigger at or after the timeout value.
15
15
- The watchdog should trigger before twice the timeout value.
0 commit comments