-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hal/imxrt117x: Use WDOG1 instead of WDOG3
WDOG1 is a system watchdog, can be enabled at boot via fuses, and can't be disabled once enabled, so it should be a better choice as a global watchdog. The watchdog can be serviced via `wdgreload` syscall even if kernel was not configured to enable it (e.g. when plo/bootrom enabled the watchdog). JIRA: JIRA: NIL-658
- Loading branch information
Showing
1 changed file
with
71 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters