Skip to content

mynewt: Start watchdog when enable by syscfg #2254

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 8, 2025

Conversation

kasjer
Copy link
Contributor

@kasjer kasjer commented Apr 6, 2025

Code implied that WATCHDOG_INTERVAL will enable watchdog in bootloader however it never did hal_watchdog_init sets up some watchdog data but for most mcu is does not start watchdog.

Now hal_watchdog_enable() is called when WATCHDOG_INTERVAL is set to non zero as git history suggested .

Code implied that WATCHDOG_INTERVAL will enable watchdog
in bootloader however it never did hal_watchdog_init
sets up some watchdog data but for most mcu is does
not start watchdog.

Now hal_watchdog_enable() is called when WATCHDOG_INTERVAL
is set to non zero as git history suggested .

Signed-off-by: Jerzy Kasenberg <[email protected]>
@nordicjm nordicjm requested a review from utzig April 8, 2025 08:57
@utzig utzig merged commit 6b272e2 into mcu-tools:main Apr 8, 2025
58 checks passed
@kasjer kasjer deleted the kasjer/mynewt-enable-watchdog branch April 9, 2025 05:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants