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
MCUBOOT_WATCHDOG_SETUP() is missing a call to wdt_install_timeout. At least on my hardware (imxrt1170), the unit wasn't rebooting if I deliberately put an infinite loop to run down the watchdog timer.
There is the question of how to get users to set their desired timeout, but I guess that could be solved using a config option?
The text was updated successfully, but these errors were encountered:
This issue has been marked as stale because it has been open (more than) 60 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this issue will automatically be closed in 14 days. Note, that you can always re-open a closed issue at any time.
MCUBOOT_WATCHDOG_SETUP() is missing a call to
wdt_install_timeout
. At least on my hardware (imxrt1170), the unit wasn't rebooting if I deliberately put an infinite loop to run down the watchdog timer.There is the question of how to get users to set their desired timeout, but I guess that could be solved using a config option?
The text was updated successfully, but these errors were encountered: