Skip to content
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

patch: kick watchdog only if running #967

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

pennam
Copy link
Contributor

@pennam pennam commented Oct 2, 2024

fixes: #965

@pennam pennam marked this pull request as ready for review October 2, 2024 09:36
@facchinm facchinm changed the title patch: kik watchdog only if running patch: kick watchdog only if running Oct 2, 2024
@andreagilardoni
Copy link
Contributor

andreagilardoni commented Oct 7, 2024

I verified this PR with the following code:

#include <Watchdog.h>

void setup() {
  mbed::Watchdog::get_instance().kick();
}

If the patch is not present the board goes in error mode, if the patch is present the board works as expected.

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.

GIGA R1: kicking the dog causes crash
2 participants